Skip to content

srikarsams/reddit

Repository files navigation

Reddit clone using NextJS and Prisma

Built using NextJS, Prisma, SQLite, TypeScript and TailwindCSS (In Progress)

  • Create an .env file with the following code. Please use your own JWT seed.
DATABASE_URL=file:./dev.db
APP_URL=http://localhost:3000
JWT_SECRET=ao238cj8
  • Execute the following command for setting up the database and seeding your db.
yarn setup-db
npx prisma db seed
  • Launch the app using the following command
yarn dev

About

Reddit clone using NextJS, Prisma, SQLite, TypeScript and TailwindCSS (In Progress)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors