Deployed at https://dawn-waterfall-9032.fly.dev/ Steps:
- Enter a username and password.
- Click
Register
in order to create a new user. - Login using the new user.
A SPA todo-application with user authentication/registration.
In order to run:
-
Run npm install in the backend folder.
-
Run npm start in the backend folder.
-
Run npm install in the frontend folder.
-
Run npm start in the frontend folder.
App should automatically start. Register a new user and then login.