Layout • Technologies • Getting started • License
You can view the project layout through the link below:
Remembering that you need to have a Figma account to access it.
- ReactJS
- TypeScript
- Next.js (AppDir)
- NextAuth
- Tailwind CSS
- Radix UI
- Prisma
Clone the project and access the folder
git clone https://github.com/EliasGcf/book-wise.git && cd book-wise
Follow the steps below
# Install the dependencies
$ pnpm install
# Make a copy of '.env.local.example' to '.env.local'
# and set with YOUR environment variables.
$ cp .env.local.example .env.local
# Start the database
$ docker compose up -d
# Start the application
$ pnpm run dev
This project is licensed under the MIT License - see the LICENSE file for details.
Made with 💜 by Elias Gabriel