This frontend consumes the Lottery API. The Lottery project is a web interface to buy lottery products, by selecting the type of the game and the numbers.
- Create a folder and clone the repository there
git clone https://github.com/viniirbr/lottery-react
- In the same folder clone the API repository
git clone https://github.com/LabLub-ViniciusRibeiro/lottery-api
- Run the command
docker compose up
. PS: you need to have Docker installed in your machine