Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 979 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 979 Bytes

📓 PadhaiKarle - A note sharing website

Heavily inspired by AncoreNotes, PadhaiKarle is a notes sharing website you can easily host for your college.

▲ tech stack

▲ dev

  • Make a .env.local file and populate it with following values:

     DATABASE_URL="postgresql://<user>:<password>@localhost:5432/<your-db>"
     LUCIA_AUTH_URL="http://localhost:3000"
     
     GOOGLE_CLIENT_ID=<your_google_client_id>
     GOOGLE_CLIENT_SECRET=<your_google_client_secret>
  • Use your favorite JavaScript package manager to run some scripts:

    bun run db:push
    bun dev