Skip to content

yonib/todo-api

Repository files navigation

# Todo API

To run (and debug) in Visual Studio Code, use the "Debug todo-api" option in Debug configurations:

![VScode debug](images/vscode_debug.png)

After the server starts, open [http://localhost:3000/docs](http://localhost:3000/docs) for the Swagger UI:

![Swagger](images/swagger.png)

## Sample .env File for Local Debugging (Using SQLite DB)

```env
PORT=3000
DB_TYPE=sqlite
DB_SQLITE_PATH=./sqlite/database.sqlite
```

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published