An open API service indexing awesome lists of open source software.

https://github.com/lucasalvaresa/pizzapp-backend

Pizzapp backend project | Node.js
https://github.com/lucasalvaresa/pizzapp-backend

express-js nodejs postgresql prisma typescript

Last synced: 3 months ago
JSON representation

Pizzapp backend project | Node.js

Awesome Lists containing this project

README

          

#

Pizza App | Backend







### Installation

- Clone the repo

git clone git@github.com:LucasAlvaresA/pizzapp-backend.git

- Install YARN packages

yarn

- Run the project

yarn dev

## Setup
Before running this project, you need to:

- Create a local database with [PostgreeSql](https://www.postgresql.org/download/)
- Run the command: ```yarn prisma migrate dev ```
- Set the .env file

## Warnings

- This repository is part of the Pizzapp project ( [Web](https://github.com/LucasAlvaresA/pizzapp-web), [App](https://github.com/LucasAlvaresA/pizzapp) )
- All routes are in the insomnia file, just import it into your application