This is a backend and frontend separated project.
To run the project, you need to install mongodb on your local machine first.
- Start mongo on local machine first.
- Go to playtodo folder run:
sbt runthis will bring the backend server at port 9000. - Go to react-todo folder run:
npm installthis will installed the required packages first. Then run:npm startoryarn startthis will bring front end at port 3000.
The demo project referred some resources from internet, thanks for sharing.