Skip to content

ariady-putra/mongodb-crud-app

 
 

Repository files navigation

Build a CRUD Application with TypeScript

This project showcases how to build a CRUD application using TypeScript. The application contains a REST API built in Node and utilizing Express. Data will be saved and retrieved from a MongoDB database. The frontend is a React application that uses React Routes for navigation.

This sample is referenced and more clearly explained in a post for the ngrok blog called Build a CRUD app with Node.js

Add MongoDB Connection Options

Create a file called .env

DB_USER=user
DB_PASS=pass
DB_NAME=name

Frontend

vinyl-records

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.8%
  • JavaScript 3.9%
  • HTML 1.1%
  • CSS 0.2%