Add your list using TodoList website
In the project directory, you can run:
Runs the app in the development mode. Open http://localhost:4040 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode. See the section about running tests for more information.
Clone the repository -
git clone hhttps://github.com/aditidewangan/TodoList-Website.git
-
Run
cd server
on your CLI. -
Create a
.env
file and paste the MONGO_URL in the given formatMONGO_URL = <your_url>
NOTE: To get the MONGO_URL, take a look at this article for reference Connection String URI Format
-
Install the dependencies by running
npm install
-
Run the server
npm run server node app.js
Link for the screenshots, how to setup backend locally are kept in assets->backend folder.
-
Run
cd client
on your CLI. -
Install the dependencies by running
npm install
-
Run the server
npm start
NOTE: To run the Frontend side of the application it recommended to run the backend server too.
-
Navigate to the root folder i.e. TodoList-Website.git
-
Install the dependencies by running
npm install
-
Start Frontend & Backend simultaneously
npm run dev