Hellow all ! This application is a quick and simple Node.js application, the Express framework, and MongoDB, focusing on the fundamental REST routes and basic database interaction.
Who This Tutorial Is For: You should have a basic understanding of REST APIs and CRUD operations, plus basic JavaScript knowledge. I use ES6 (mainly fat-arrow functions), but nothing too complex.
To start the application
Step 1: Clone the app repository
Step 2: Go to root of app repo
Step 3: Run npm install --save --verbose
command.
Step 4: Run npm run dev
command.
Here we go, Enjoy!