Web Application: A food vendor recommendation service for university lecturers, to address the challenges they face in selecting and ordering food on campus.
Requirements
- Python 3
Follow the steps below to get the program working on your system locally.
- Clone the repo
git clone https://github.com/Pythonian/food_ecommerce.git
- Change into the directory of the cloned repo
cd food_ecommerce - Setup a Python virtual environment
python -m venv venv
- Activate the virtual environment
. venv/bin/activate - Install project requirements
pip install -r requirements.txt
- Run the development server
python manage.py runserver
- Visit the URL in your browser
127.0.0.1:8000
- You can also visit the admin dashboard in a new tab and login with the credentials used in step 7.
Note: Use
127.0.0.1:8000/admin/
adminfor both theusernameandpassword