Skip to content

caiobukvar/wookie-pizza

Repository files navigation

Alt Text

Alt Text

Experimente o lado delicioso da Força na Wookie Pizza!

Wookie Pizza

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!

Getting Started

Follow these instructions to set up and run the project on your local machine.

Prerequisites

  • Node.js (version 18.18.0)
  • npm (version 10.2.5)
  • PostgreSQL

Installation

  1. Clone the repository:
git clone https://github.com/your-username/wookie-pizza.git
  1. Navigate to the project directory:
cd wookie-pizza
  1. Install dependencies:
npm install
  1. Set up the database:

Create a PostgreSQL database. Configure the database connection in the .env file

  1. Run database migrations:
npx prisma migrate dev

Development Tools

  1. To start the development server:
npm run dev
  1. To run Prisma Studio:
npm run studio

Production

  1. To build and start the production server:
npm run build
npm start

Technologies Used

  • Next.js
  • Chakra UI
  • Prisma
  • Redux
  • PostgreSQL

About

Projeto de construção de um cardápio e promoções diárias.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published