Wookie Pizza is a project that allows users to create, customize and make pizza orders. Also, contains a point system for a pizza of the day, each day being a different flavor!
Follow these instructions to set up and run the project on your local machine.
- Node.js (version 18.18.0)
- npm (version 10.2.5)
- PostgreSQL
- Clone the repository:
git clone https://github.com/your-username/wookie-pizza.git
- Navigate to the project directory:
cd wookie-pizza
- Install dependencies:
npm install
- Set up the database:
Create a PostgreSQL database. Configure the database connection in the .env file
- Run database migrations:
npx prisma migrate dev
- To start the development server:
npm run dev
- To run Prisma Studio:
npm run studio
- To build and start the production server:
npm run build
npm start
- Next.js
- Chakra UI
- Prisma
- Redux
- PostgreSQL