https://github.com/loanmatteusz/todo-app-api
https://github.com/loanmatteusz/todo-app-api
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/loanmatteusz/todo-app-api
- Owner: loanmatteusz
- Created: 2023-05-21T15:00:22.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-21T15:39:59.000Z (about 2 years ago)
- Last Synced: 2025-01-02T01:18:05.802Z (5 months ago)
- Language: JavaScript
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a TodoAPI [like this](https://todo-app001.fly.dev/api/todos) project bootstrapped with [`expess.js`](https://expressjs.com/pt-br/).
## Getting Started
First, run the development server:
```bash
docker-compose up
# or
sudo docker-compose up
```Open [http://localhost:3003](http://localhost:3003) with your browser to see the result.