https://github.com/leeocoder/delivery-home
Delivery Home is a backend app of delivery, made with Node JS, Typescript, Prisma and more...
https://github.com/leeocoder/delivery-home
Last synced: about 1 year ago
JSON representation
Delivery Home is a backend app of delivery, made with Node JS, Typescript, Prisma and more...
- Host: GitHub
- URL: https://github.com/leeocoder/delivery-home
- Owner: leeocoder
- Created: 2022-04-30T00:42:53.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-01T03:31:35.000Z (almost 4 years ago)
- Last Synced: 2025-01-13T09:46:33.393Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 74.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DeliveryHome 🚚
Technologies   |  Â
Project  Â

## 🚀 Technologies
This project was developed with the following technologies:
- NodeJS
- JWT
- Typescript
- Bcrypt
- Express
- Express Async Errors
## 💻 Project
Delivery Home is a app of delivery, where anyone can register, to earn extra income as a driver or for those who need their order to be picked up.
## How to use?
Download this repositorie and with your teminal, enter in the directory
1. Run the command `npm install` to install the dependencies
2. After, run the command `npx prisma migrate dev` to run migrates.
3. And to start the application, run the command `npm start`Â