It is a FULLSTACK application used for sharing PDF's between students The primary TECHSTACK:Nextjs,Postgres,Prisma,Redis,Docker
First clone the project
git clone https://github.com/rakesh-paulraj1/OurNotesnpm install .ENV FILE
NEXT_SECRET=notesapp_password
DATABASE_URL=
NEXTAUTH_URL=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
AWS_S3_REGION=ap-
AWS_S3_ACCESS_KEY_ID=
AWS_S3_SECRET_ACCESS_KEY=
AWS_S3_BUCKET_NAME=
REDIS_URL=THEN USE THIS COMMAND
docker compose upinstall packages
npm installMigrate the databse
npx prisma migrate -devGenerate client
npx primsa generaterun the application
npm run devPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.