Authenticated To Do
A version of the famous To Do list app with simple Google authentication
How to use it
- Go to frontend/src/login/index.svelte and add a Google ClientID where it asks
- Open a teminal in the frontend folder and another in the backend folder
- In the backend folder, run "npm run init-db" on terminal, them "npm run dev" to init the server
- Go back to the frontend folder and run "npm run dev" in another terminal tab
- Go to http://localhost:5000 to access it