/To-Do-App

Primary LanguageJavaScript

To-Do-App

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.

Technology Used

Installation & Development

  1. download the files ,Click "Clone in Desktop" / "Download ZIP".
  2. extract the files.
  3. Change to root directory.
  4. Install front-end dependencies: client-install.
  5. Install back-end dependencies: npm install.
  6. Add MONGO_DB_URI value to your environment variables export MONGO_DB_URI=mongodb://localhost:root.
  7. 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 .