Skip to content

IharSha/build_a_hero

Repository files navigation

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.