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

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...

Awesome Lists containing this project

README

          


DeliveryHome 🚚


Technologies   |   
Project   


PRs welcome!

License


## 🚀 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`Â