https://github.com/jeffersondanielss/todo
https://github.com/jeffersondanielss/todo
babel mongodb reactjs redux rest webpack
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeffersondanielss/todo
- Owner: jeffersondanielss
- Created: 2017-06-27T15:55:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-16T14:55:27.000Z (almost 8 years ago)
- Last Synced: 2025-07-03T13:09:19.014Z (12 months ago)
- Topics: babel, mongodb, reactjs, redux, rest, webpack
- Language: JavaScript
- Size: 114 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TODO APP
> [curso-react-redux]
## Rodando o projeto
> Você vai precisar ter o Docker instalado na máquina.
Entre na pasta do projeto e execute o comando
```bash
$ docker-compose up
```
# Aplicação
URL da API: `http://localhost:8008/api/todos`
Aplicação: `http://localhost:8080`