Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.05 KB

File metadata and controls

39 lines (27 loc) · 1.05 KB

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