Legislative Coding Challenge

This project is a coding challenge to deal with legislative data.

Installation

System requirements:

  • Python >= 3.10
  • Poetry

Clone the repository

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/.