This is a web-app built with Django. It contains a business info about the company, a catalog of products with the detail view pages, list of news. Also it has a search function.
TECHNOLOGIES USED
Python, Django, Bootstrap, CSS/HTML, JavaScript
DATABASE
PostgreSQL
USAGE
clone the repository
cd into project directory
create virtual environment by using the command pipenv shell
install dependencies with pipenv install
in project directory run the following commands:
$python manage.py makemigrations
$python manage.py migrate
$python manage.py runserver
In your webserver enter the address: http://127.0.0.1:8000/