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
- Host: GitHub
- URL: https://github.com/danielrohers/todo-list
- Owner: danielrohers
- Created: 2020-05-09T22:56:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T20:13:46.000Z (over 3 years ago)
- Last Synced: 2025-01-24T10:47:06.712Z (over 1 year ago)
- Topics: mongodb, node, react, react-context
- Language: JavaScript
- Homepage:
- Size: 596 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
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)