Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 15 hours ago
JSON representation

Pizzapp backend project | Node.js

Awesome Lists containing this project

README

        

#

Pizza App | Backend







### Installation

- Clone the repo

git clone [email protected]: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