Releases: saptarsi96/FreshExpress
Releases · saptarsi96/FreshExpress
Beta
1.0.0
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