alinowrouzii / MyProfile

Portfolio project that is written in Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portfolio project

Portfolio project that is written in Django and is fully Dockerized.

How to run project:

All dependencies should be installed:

cd MyProfile
virtualenv venv && source venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

Run on Docker:

docker-compose -f docker-compose.prod.yml build
docker-compose -f docker-compose.prod.yml up

The project should be available at localhost:8000

About

Portfolio project that is written in Django


Languages

Language:JavaScript 79.3%Language:CSS 18.7%Language:Python 1.1%Language:HTML 0.9%Language:Dockerfile 0.0%Language:Shell 0.0%