Nexter

Nexter

5 devlogs
5h 27m
Created by Oasis

A google drive like storage system where everyone gets free storage

Timeline

Oasis
Oasis
1h 25m 6 days ago

Working on appwrite backend. Created a user actions file to handle the account creation & sign in / login logic. Still WIP but slowly and steadily working towards the end goal. Goal for this week: finish up sign in logic

Update attachment

Thought I lost almost an hour (almost had a heart attack). Soooo, I finished the sign in sign up page using UseState, Setup database in appwrite . Created a bucket for users and file collection and also made a many to one relation between files and users so users can store multiple files. Also made a one to many relation b/w user and USERS so that people can also share their files.Setup API keys and environment variables too :)

Update attachment

Updated next js to 15.4. Setup the form (half only so far) for sign in and sign up with couple of use States . Authform.tsx is looking good for sign in and sign up. Need to add additional fields tomorrow

Update attachment

changed form schema to async yet I am still getting type error when adding shadcn form in authform.tsx. I wanna show the same form both in sign-in and sign-up pages I set up in (auth) folder

Update attachment

Trying to center a div? Amateurs, a div can't be centered. But 2 divs can be. Basically I set up my project , created sign in and sign up routes in the (auth) folder and also set up styles in tailwind file to use at any point of time in my project. Learning while creating :)