Skip to content

shadowe1ite/reportify2

Repository files navigation

Reportify

Welcome to Reportify, your AI-powered solution for generating comprehensive event reports.

pre-requirements

  1. create a .env file inside the cloned repo

  2. add

    ENVIRONMENT=development
    SECRET_KEY="<Django_Secret_Key>"
    DATABASE_URL="<Your_Database_Url>" # only if you have one or run locally using sqlite3

setup

  1. initialize python virtual environment

    python3 -m venv .venv  
    source .venv/bin/activate
  2. install requirements

    pip install -r requirements.txt 

Running app

if made any changes run

python manage.py tailwind build
python manage.py collectstatic

to view app in your local network

python manage.py runserver 

then visit http://127.0.0.1:8000/

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors