Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (19 loc) · 430 Bytes

TUTORIAL.md

File metadata and controls

25 lines (19 loc) · 430 Bytes

Chapter 1 - 4

In the (ch1-4)-restfulAPI-mongodb folder, its contain building the RESTful API with Express and MongoDB with mongoose as the MongoDB object modeling lib for Node.js

install all of packages

npm i
# OR
npm install

set the database env:

# .env

DB=YOUR_DATABASE

run server with the following:

npm run server

Chapter 5 - 10

soon ...