/To-do-list-in-MERN

A basic To do list built to learn CRUD in MERN

Primary LanguageJavaScript

To-do-list-in-MERN

A basic To do list built to learn CRUD in MERN

To run the client perform:
cd client
yarn start

To run the server:
cd server
node server.js

Make sure that mongo is running in the background, before you use the app