An open API service indexing awesome lists of open source software.

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.

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