Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 453 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 453 Bytes

Build A Hero

Another small pet project to create a random character.

To start locally:

  1. Create .env, ex:
    DATABASE_URL=sqlite:///db.sqlite3
    SECRET_KEY=some_secret_generated_secret_key
    DEBUG=True
    
  2. pip install -r requirements.txt
  3. ./manage.py migrate
  4. ./manage.py runserver
  5. Enjoy

You can find this application online here if I didn't shut down it.