Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 536 Bytes

File metadata and controls

13 lines (9 loc) · 536 Bytes

"# todoapp-mern-stack"

This is a Todo App created with the MERN (MongoDB, ExpressJS, ReactJS and NodeJS) Stack

To run the code locally simply

  1. Clone the repo
  2. cd into "todoapp-mern-stack"
  3. Install all dependencies with "npm install"
  4. Create a .env file and paste: DB = 'mongodb://:@ds039950.mlab.com:39950/todo'

Go to https://mlabs.com and register then create a database then replace and with your credidentials

That's it just run "npm run dev" and the app will be open at localhost:3000