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

https://github.com/danielrohers/todo-list

TODO List
https://github.com/danielrohers/todo-list

mongodb node react react-context

Last synced: about 2 months ago
JSON representation

TODO List

Awesome Lists containing this project

README

          

# todo-list

## Requirements

[Docker](https://docs.docker.com/engine/installation)

[Docker Compose](https://docs.docker.com/compose/install)

## Init containers

```bash
# todo-list/api
$ cd api
$ cp .env.example .env
$ docker-compose up -d
```

```bash
# todo-list/front-end
$ cd front-end
$ cp .env.example .env
$ cd docker-compose up -d
```

**Go to** [http://localhost:3000](http://localhost:3000)