Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 691 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 691 Bytes

things

a todo app

Getting Up And Running | See Also

things is a todo app. Its current features are:

  • Register and login of users.

  • Create, read, update and delete todos per user.

Getting Up and Running

npm run

See Also

  • See here for a deployed version of it. Also note, that the free tier deployment has a longer startup time on first hit, this also effect the services.

  • thingstodo: The service that stores the todos.

  • thingsusers: The service that store the users and hands out JWTs.