Ecosyste.ms: Awesome
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: about 15 hours 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 (10 months ago)
- Default Branch: master
- Last Pushed: 2024-01-26T12:02:56.000Z (10 months ago)
- Last Synced: 2024-01-26T13:29:31.215Z (10 months ago)
- Topics: express-js, nodejs, postgresql, prisma, typescript
- Language: TypeScript
- Homepage:
- Size: 97.7 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 [email protected]:LucasAlvaresA/pizzapp-backend.git
- Install YARN packagesyarn
- 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