https://github.com/ayusshrathore/to-do-list
A To-Do List web app made using MERN Stack.
https://github.com/ayusshrathore/to-do-list
backend frontend nodejs reactjs todolist
Last synced: 3 months ago
JSON representation
A To-Do List web app made using MERN Stack.
- Host: GitHub
- URL: https://github.com/ayusshrathore/to-do-list
- Owner: ayusshrathore
- License: gpl-3.0
- Created: 2021-09-08T07:56:11.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-20T14:29:23.000Z (over 4 years ago)
- Last Synced: 2025-10-05T00:39:00.097Z (9 months ago)
- Topics: backend, frontend, nodejs, reactjs, todolist
- Language: JavaScript
- Homepage:
- Size: 1.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# To Do List
A To-Do list web application made using MERN Stack.
## Environment Variables
To run this project, you will need to edit the following environment variables in `/backend/.env`
`PORT`
`MONGO_URI`
## Features
- User authentication
- CRUD operations
## Run Locally
Clone the project
```bash
git clone https://github.com/ayush-rathore/to-do-list
```
Go to the project directory
```bash
cd to-do-list
```
Install dependencies
```bash
cd frontend && npm install
cd backend && npm install
```
Start the server
```bash
cd frontend && npm start
cd backend && npm run dev
```
## Tech Stack
**Client:** React
**Server:** Node, Express
**Database:** MongoDB
## Contributing
Contributions are always welcome!
## Feedback
If you have any feedback, please reach out to me at heyfreaker@gmail.com