/dsdeliver

DSDeliver is an application developed for customers to place orders for food by delivery

Primary LanguageTypeScriptMIT LicenseMIT

Logo

DSDeliver is an application developed for customers to place orders for food by delivery

GitHub top language GitHub language count GitHub last commit GitHub issues GitHub

About The Project   |    Backend Technologies   |    Backend Getting Started   |    How To Contribute   |    Backend License

About The Project   |    Frontend Technologies   |    Frontend Getting Started   |    How To Contribute   |    Frontend License

About The Project   |    Mobile Technologies   |    Mobile Getting Started   |    How To Contribute   |    Mobile License

👨🏻‍💻 About the project

The DSDeliver project is a complete application from the backend developed with SpringBoot, the web application developed with ReactJS and the mobile application, with React Native together with TypeScript.

With the web application, customers can place orders, choosing products, informing the delivery address, while in the mobile version, establishments receive orders and deliver.

🚀 Backend Technologies

Technologies that I used to develop this api

💻 Backend getting started

Requirements

Clone the project and access the folder

$ git clone https://github.com/eltonlazzarin/dsdeliver.git

$ cd dsdeliver

$ cd backend

Follow the steps below

Creating Docker environment with postgres DB

# Create docker enviroment
$ docker-compose up

Run API

  • Import backend folder on TST4 (Spring Tools Suite) and click on Run as Spring Boot App
  • Open API via browser accessing http://localhost:8080

🤔 How to contribute backend

Follow the steps below

# Clone your fork
$ git clone https://github.com/eltonlazzarin/dsdeliver.git

$ cd dsdeliver

$ cd backend

# Create a branch with your feature
$ git checkout -b your-feature

# Make the commit with your changes
$ git commit -m 'feat: Your new feature'

# Send the code to your remote branch
$ git push origin your-feature

After your pull request is merged, you can delete your branch

📝 Backend License

This project is under the MIT license. See the LICENSE for more information.

🚀 Frontend Technologies

Frontend Web

Technologies that I used to develop this frontend app

💻 Frontend getting started

Requirements

Clone the project and access the folder

$ git clone https://github.com/eltonlazzarin/dsdeliver.git

$ cd dsdeliver

$ cd frontend

Follow the steps below

# Install the dependencies
$ yarn

# Run the web app
$ yarn start

🤔 How to contribute frontend

Follow the steps below

# Clone your fork
$ git clone https://github.com/eltonlazzarin/dsdeliver.git

$ cd dsdeliver

$ cd frontend

# Create a branch with your feature
$ git checkout -b your-feature

# Make the commit with your changes
$ git commit -m 'feat: Your new feature'

# Send the code to your remote branch
$ git push origin your-feature

After your pull request is merged, you can delete your branch

📝 Frontend License

This project is under the MIT license. See the LICENSE for more information.

🚀 Mobile Technologies

Mobile Application

Technologies that I used to develop this mobile app

💻 Mobile getting started

Requirements

Clone the project and access the folder

$ git clone https://github.com/eltonlazzarin/dsdeliver.git

$ cd dsdeliver

$ cd mobile

Follow the steps below

# Install the dependencies
$ yarn

# Run the mobile app
$ yarn start

Install the app on a physical phone

  1. Go to your app store, look for the app called Expo, and install it on your device.

  2. With the app installed, open it and click on Scan QR Code, point the camera phone to the QR code shown on the page that opened after executing the command yarn start and ready, the app will load and be ready for use.

🤔 How to contribute mobile

Follow the steps below

# Clone your fork
$ git clone https://github.com/eltonlazzarin/dsdeliver.git

$ cd dsdeliver

$ cd mobile

# Create a branch with your feature
$ git checkout -b your-feature

# Make the commit with your changes
$ git commit -m 'feat: Your new feature'

# Send the code to your remote branch
$ git push origin your-feature

After your pull request is merged, you can delete your branch

📝 Mobile License

This project is under the MIT license. See the LICENSE for more information.


Made with ♥ by Elton Lazzarin 👋 Get in touch!