Skip to content

hunghg255/Todo-mern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Todo-mern

todo mern

1. Tạo 1 cluster trên https://cloud.mongodb.com/

2. Tạo 1 file nodemon.json trong thư mục server

{
  "env": {
      "MONGO_USER": "MONGO_USER",
      "MONGO_PASSWORD": "MONGO_PASSWORD",
      "MONGO_DB": "MONGO_DB"
  }
}

3. npm install trong thư mục server và client

4. npm start server và client

Releases

No releases published

Packages

No packages published