Skip to content

alexgt9/node-todos

Repository files navigation

Your todos

Simple API to create todos lists.

Each :username is a unique todos list

Openapi/Swagger endpoints documentation

Go to /api-docs/

Deploying

Just push and it will be automatically deployed

Working locally

$ npm run dev

Env variables

Using USE_DATABASE=1 you can store the information in a PostgreSQL database, you just need to set the url connection like this DATABASE_URL="postgres://user:password@host/database"

About

Simple todos API

Resources

Stars

Watchers

Forks

Contributors