Skip to content

eloc0n/Pro-Wind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pro-Wind

Concept: "Pro Wind is an engineering firm specializing in energy solution with main focus on Wind energy such as wind turbines." "They display vacancy listings for positions in their firm."

Technologies used

  • Django
  • PostgreSQL
  • HTML
  • CSS

Run


To run the project you have to first clone and then:
# Install pipenv
pip install pipenv
# Create venv
pipenv shell
# Install requirements
pip install -r requirements.txt
# Run initial migrations
python manage.py migrate
# Run server on http: 127.0.0.1:8000
python manage.py runserver