Skip to content
This repository has been archived by the owner on Dec 29, 2024. It is now read-only.

Latest commit

 

History

History
45 lines (28 loc) · 973 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 973 Bytes

Hackiplan

Project for the IplanRio 2024 hackathon.

Overview

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.

Features

  • Backend: Developed using Python and the Django framework.
  • Frontend: Utilizes HTMX for dynamic content and PicoCSS for styling.

Installation

To install and set up the project, follow these steps:

  1. Clone the repository:
git clone https://github.com/phrmendes/hackiplan.git
cd hackiplan
  1. Sync the dependencies with uv:
uv sync
  1. Apply migrations:
python manage.py migrate
  1. Run the development server:
python manage.py runserver

Usage

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.