This project was developed with the following technologies:
- NodeJS
- JWT
- Typescript
- Bcrypt
- Express
- Express Async Errors
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.
Download this repositorie and with your teminal, enter in the directory
- Run the command
npm install
to install the dependencies - After, run the command
npx prisma migrate dev
to run migrates. - And to start the application, run the command
npm start