Skip to content

diaspd/book-wise

Repository files navigation

logo

Link to site online: Book Wise

Technologies   |    Project   |    Layout   

template

🚀 Getting started

Clone the project and access the folder.

$ git clone https://github.com/diaspd/book-wise.git
$ cd 

Installation

$ npm install

Running the app locally

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


💻 Technologies

This project was developed with the following technologies:

  • Nextjs
  • TypeScript
  • Stitches
  • OAuth
  • Prisma

📄 Project

💰 A project made in to list books, search for them, rate them, create account and more.



🔖 Layout



Made with ♥ by Pedro Dias. 👋 Follow me on social media!

If you can give a little star, I appreciate it 🤩

Releases

No releases published

Packages

No packages published