This is a simple To-Do list application, The application is seperated into backend API generate JSON response and frontend access this api. check demo.
- download the files ,Click
"Clone in Desktop" / "Download ZIP"
. - extract the files.
- Change to root directory.
- Install front-end dependencies:
client-install
. - Install back-end dependencies:
npm install
. - Add
MONGO_DB_URI
value to your environment variablesexport MONGO_DB_URI=mongodb://localhost:root
. - Start the app:
npm run dev
(will open the browser on http://localhost:3000).
Note
:
In development mode the front-end of the app running at port 3000, while the back-end of the app running at port 5000 .