This project is a coding challenge to deal with legislative data.
System requirements:
- Python >= 3.10
- Poetry
git clone git@github.com:erickrodrig/legislative-challenge.git && cd legislative-challenge
Then, install project dependencies with:
make new-install
This will install all dependencies, create the migrations and prompt you to create a new superuser.
The project will be running at http://127.0.0.1:8000/.