To setup the project environment, you will need to install conda.
to run the changes in conda to create the python environment, you will need to run
source setup.sh
This will create a conda environment to manage project dependencies named djenv
.
To activate the conda environment (after setup.sh
), use the command:
conda activate djenv
To run the Django server, navigate to grocerysite folder and run
python manage.py runserver
To register a new user, go to Login, and click Register
Once registered, login via the Login page using your username and password
You are redirected to your user's page
To perform searches, either click on the Search tab or enter your search directly into the search bar at the top right.
To add an item to your cart, click "Buy Me!" next to the item you desire.