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

https://github.com/coder-abdo/my-todos-app

it is a simple Todo Application which you can get, add, update and remove todo also you can login and register
https://github.com/coder-abdo/my-todos-app

Last synced: 4 months ago
JSON representation

it is a simple Todo Application which you can get, add, update and remove todo also you can login and register

Awesome Lists containing this project

README

        

# Todos APP

---

## Description:

## this is a `Todo` Application which you can register an account and do your daily todos by tracking it every day.

## how to use it:

### install the dependencies by running these commands in your favorite terminal:

- server side:
- `cd server`.
- `yarn` or `npm install`.
- client side:
- `cd client`
- `yarn` or `npm install`.

---

#### Note:

- In server add `mongoDB` connection URL and `jwt`, `session` secret key.
- build your app by `yarn build` or `npm build` in both `server` and `client`.

---

### Run the application:

- just run these commands:
- `cd server`
- `yarn serve` or `npm serve`.

---

## Author:

- build with love and passion by [coder-abdo](https://github.com/coder-abdo)