Skip to content

1.0.0

Compare
Choose a tag to compare
@saptarsi96 saptarsi96 released this 29 May 20:09
· 35 commits to main since this release
180c8c5

Alpha Release for Amazon Hackon.

Installation Requirements:

  • python3
  • pip3
  • cockroachdb

Steps for Installation

  • python3 -m venv test
  • source test/bin/activate
  • pip3 install -r requirements.txt
  • python3 manage.py makemigrations
  • python3 tmanage.py migrate
  • python3 manage.py runserver
  • localhost:8000