yonib/todo-api
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# Todo API To run (and debug) in Visual Studio Code, use the "Debug todo-api" option in Debug configurations:  After the server starts, open [http://localhost:3000/docs](http://localhost:3000/docs) for the Swagger UI:  ## Sample .env File for Local Debugging (Using SQLite DB) ```env PORT=3000 DB_TYPE=sqlite DB_SQLITE_PATH=./sqlite/database.sqlite ```