Skip to content

guilhermeorcezi/EasyDelivery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyDelivery

🚀 EasyDeliveryPlatform to find a delivery man near you.

Documentation Maintenance License: MIT

📌 Table of Contents

🔖 About

A platform that allows you to find a delivery man in your city or region from serching for UF and City, enabling contact for specific services.

🚀 Technologies

The project was developed using the following technologies

🔥 How to run

❗ Back-End (API server)

Clone the project on your computer. To install the dependencies and run the Server (development mode) execute:

cd server
yarn install // npm install
yarn dev:server // npm dev:server

❗ Front-End (Web Application)

To start ** Frontend ** of React use the commands:

cd web
yarn install // npm install
yarn start // npm start

After the process is over, the localhost: 3000 page containing the developed project will automatically open in your browser.

♻️ How to contribute

  • First, leave a ⭐ if you like it!
  • Fork this repository;
  • Create a branch with your feature: git checkout -b my-feature
  • Commit your changes: git commit -m 'feat: My new feature'
  • Push your branch: git push origin my-feature

📝 License

This project is under the MIT license. See the licence page for more details.


Made with 💜 by Guilherme Orcezi