Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 567 Bytes

README.md

File metadata and controls

44 lines (35 loc) · 567 Bytes

todo-mern

A todo application written using the MERN stack.

DOWNLOAD

git clone https://github.com/deluxesande/todo-mern.git

cd todo-mern

IMPORTANT

Get your mongodb connection string and set it in an env variable

FRONTEND SETUP

cd into frontend folder

cd react-todo

Install frontend requirements

npm install

Run server

npm run dev

BACKEND SETUP

cd into backend folder

cd express-todo

Install backend requirements

npm install

Run server

npm run dev