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."
- Django
- PostgreSQL
- HTML
- CSS
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