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
- Host: GitHub
- URL: https://github.com/lucasalvaresa/pizzapp-backend
- Owner: LucasAlvaresA
- Created: 2024-01-17T04:10:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-29T17:45:01.000Z (over 2 years ago)
- Last Synced: 2025-01-18T05:44:12.938Z (over 1 year ago)
- Topics: express-js, nodejs, postgresql, prisma, typescript
- Language: TypeScript
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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