Project for the IplanRio 2024 hackathon.
Hackiplan is a project developed for the IplanRio hackathon. The main goal of this project is to facilitate the creation, search, and monitoring of public tenders in the city of Rio de Janeiro.
- Backend: Developed using Python and the Django framework.
- Frontend: Utilizes HTMX for dynamic content and PicoCSS for styling.
To install and set up the project, follow these steps:
- Clone the repository:
git clone https://github.com/phrmendes/hackiplan.git
cd hackiplan
- Sync the dependencies with
uv
:
uv sync
- Apply migrations:
python manage.py migrate
- Run the development server:
python manage.py runserver
To use the application, navigate to http://localhost:8000 in your web browser. You can create, search, and monitor public tenders from the web interface.