Restaurant Order Taker

A order taker to a restaurante with page for the client and administrator!

Try it now here

How to run:

  1. Clone this project.
  2. Create a .env archive on folder project and set whats below on it:

You'll need postgresql.

DATABASE_URL=postgresql://${POSTGRES_USERNAME}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:5432/restaurant_Order_Taker

JWT_SECRET= super_secret
  1. Install dependencies
npm i
  1. Run the database and seed with the command
npx prisma migrate dev
  1. Run the api with
npm run dev
  1. Go to FrontEnd Page Right Here, and clone it and follow the step by step to run it.

  2. Try it by yourself...