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

https://github.com/loanmatteusz/todo-app-api


https://github.com/loanmatteusz/todo-app-api

Last synced: 4 months ago
JSON representation

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.