Link to site online: Book Wise
Clone the project and access the folder.
$ git clone https://github.com/diaspd/book-wise.git
$ cd
$ npm install
Change the 'datasource db' in ./prisma/schema.prisma
to:
provider = "sqlite"
url = env("DATABASE_URL")
relationMode = "prisma"
Delete the folder migrations and run
$ npx prisma migrate dev
And change the file .env.example
to .env
Then just run:
$ npx prisma generate && npm run dev
And your app will be available on http://localhost://3000
This project was developed with the following technologies:
- Nextjs
- TypeScript
- Stitches
- OAuth
- Prisma
💰 A project made in to list books, search for them, rate them, create account and more.
Made with ♥ by Pedro Dias. 👋 Follow me on social media!
If you can give a little star, I appreciate it 🤩