Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Stepik course. Personal portfolio website using django3

Notifications You must be signed in to change notification settings

mrKazzila/personal_portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stepik
Personal portfolio project

Conventional Commits pre-commit Conventional Commits


FeaturesTech stackHow To Use

Features

  • Simple portfolio & blog
    • add projects in portfolio
    • add and viewing posts in blog

Tech stack

How To Use

To clone and run this project, you'll need:

Step-by-step commands
  1. Clone this repository

    git clone git@github.com:mrKazzila/personal_portfolio.git
  2. Go into the repository

    cd personal_portfolio
  3. Add settings for Poetry

    poetry config virtualenvs.in-project true
  4. Activate env

    poetry shell
  5. Install dependencies

    poetry install --no-dev
  6. Go into the working dir

    cd app
  7. Apply migrations

    python manage.py migrate
  8. Run the app

    python manage.py runserver
  9. Open url http://127.0.0.1:8000/



GitHubResumeLinkedIn

About

Stepik course. Personal portfolio website using django3

Topics

Resources

Stars

Watchers

Forks