Please sign in to access this page
A distraction-less curator platform for saving photos and links into "Sinks"
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
I just made a react app structure for the frontend and made boilerplate files for entire frontend
added discord authorisation, need to make the usermodel and store them and generate jwt tokens for session persistence and stuff and stuff
tried to make the backend work. No authorisation yet, but the basic endpoints are working. The code needs to be production-ready, including authorisation and additional endpoints. Majorly worked on Pydantic validations - such a headache.