Technologies • Getting Started • API Endpoints •
An API to control a pizzeria, being able to create orders, view order details and finalize orders.
- NodeJs
- Express.js
- PostgreSQL
- Prisma
- JavaScript
- TypeScript
- Json Web Token
- bcryptjs
- Cors
Here you list all prerequisites necessary for running your project. For example:
How to clone your project
git clone https://github.com/jjhonny/backend-pizzaria.git
Use the .env.example
as reference to create your configuration file .env
with your Credentials
DATABASE_URL="postgresql://test:test@localhost:5432/test?schema=public"
JWT_SECRET=test_secret
How to start your project
cd project-name
yarn
yarn dev