Skip to content

Julie-Hrabenko/Test_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test_Project

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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published