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.
npm run
-
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.