Skip to content

SamIsTheFBI/study-material

Repository files navigation

📓 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

About

A website for sharing notes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published