An application for book evaluations using ReactJs + NextJS 13.4 + Tailwind
- nextjs 13.4
- next-auth
- prisma
- tailwindcss
- radix-ui
- swr
- zod
- tailwind-merge
- Install the dependencies
yarn install
-
Duplicate the .env.example file and fill with the correct values
-
Run docker compose to create the postgresql docker container
docker compose up -d
- Populate the database to initial default values
yarn prisma db seed
- Run the application
yarn dev