This project is a car registration and "Pico y Placa" predictor, based on the past rules of the Pico & Placa for Quito.
Explore the docs »
This is a web application, which will first show the user a list of registered cars. The user will be able to navigate to two different tabs, one where he will be able to register a car and in the other he will be able to validate the "pico & placa".
The program will calculate if the car can circulate or not.
To get a local copy up and running follow these simple steps.
For this project you're gonna need:
- Clone the repo
git clone https://github.com/matycarolina/Frontend-Code-Challenge-AL
- Run the project
docker-compose up
To shut down the project, run the following command:
docker-compose down