Skip to content

Releases: saptarsi96/FreshExpress

Beta

30 May 15:24
201945c
Compare
Choose a tag to compare

Beta Release for Acceptance Testing.

1.0.0

29 May 20:09
180c8c5
Compare
Choose a tag to compare

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