ansfarooq7 / exotic_bay_project

An e-commerce web app created for the COMPSCI2021 Web App Development group project coursework at the University of Glasgow.

Home Page:https://ansfarooq.pythonanywhere.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exotic-Bay

An e-commerce web app created for the COMPSCI2021 Web App Development group project coursework at the University of Glasgow.

Examine project

This project is currently hosted at https://ansfarooq.pythonanywhere.com/. You must log in or sign up to access the watchlist and basket.

Running this project

To get this project up and running you should start by having Python installed on your computer. It's advised you create a virtual environment to store your projects dependencies separately. You can install virtualenv with

pip install virtualenv

Clone or download this repository and open it in your editor of choice. In a terminal (mac/linux) or windows terminal, run the following command in the base directory of this project

virtualenv env

That will create a new folder env in your project directory. Next activate it with this command on mac/linux:

source env/bin/active

Then install the project dependencies with

pip install -r requirements.txt

Now you can run the project with this command

python manage.py runserver

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

An e-commerce web app created for the COMPSCI2021 Web App Development group project coursework at the University of Glasgow.

https://ansfarooq.pythonanywhere.com/


Languages

Language:HTML 52.9%Language:Python 42.5%Language:JavaScript 4.7%