We'll cover the concepts necessary to handle creating a Node application that handles creating, reading, updating, and deleting.
These are the foundation of many types of applications.
- Node and npm
- MongoDB Database: mLab or local
- Clone the repo:
git clone git@github.com:scotch-io/node-crud-course
- Copy the .env.example to your own file:
cp .env.example .env
- Set the
DB_URI
in.env
- Start the server:
node server.js
- View in browser: http://localhost:8080