Chose your plate, set the address and place the order
- Features
- Requirements
- Installation
- Getting Started
- FAQ
- Found a bug? Missing a specific feature?
- Contributing
- License
- Pick one plate or more and place the order
It's important to mention that this is one of the applications from the DsDelivery System
In order to explore the others, feel free to click on the link below:
For building and running the application you need:
To install this application, run the following commands:
git clone https://github.com/iamgrodrigues/dsdelivery-web.git
If you have a SSH key registered in your Github account, clone the project using this command:
git clone [email protected]:iamgrodrigues/dsdelivery-web.git
To install npm
packages described in the package.json
run this command:
npm install
Create your own enviroment variables based on the example file .env.example
cp .env.example .env
After copying the example, make sure to fill out the variables with your own values.
Run the following command:
npm start
After the above command, you can navigate to the following address to see the project up and runnig:
http://localhost:3000/
Note: The app will automatically reload if you change any of the source files.
The interface needs to interact with the server to get all the data related to the products.
Make sure to go to the DsDelivery API repository and follow the instructions in order to get it running on your machine.
Question: What are the tecnologies used in this project?
Answer: The tecnologies used in this project are Typescript + React + Html + Css.
Feel free to file a new issue with a respective title and description on the the DsDelivery WEB repository. If you already found a solution to your problem, I would love to review your pull request! Have a look at our contribution guidelines to find out about the coding standards.
Check out the contributing page to see the best places to file issues, start discussions and begin contributing.
Released in 2021. This project is under the MIT license.
Made with love by Guilherme Rodrigues 💚🚀