Skip to content

kalenwallin/portfolio.v2

Repository files navigation

Portfolio.v2

A Django website to showcase my skills through experiences.

Demo

V2.Demo-1.mov

Visit this website or learn more about this project on my blog.

Getting Started

Installation

  1. Create a virtual environment

  2. Activate the virtual environment

  3. Install dependencies:

    pip install -r requirements.txt
  4. Get environment variables from Vercel

    vc env pull
  5. Run migrations:

    python manage.py migrate
  6. Start the development server:

    python manage.py runserver

The server will start at http://127.0.0.1:8000/

Optional Commands

  • Create a superuser to access the admin panel:

    python manage.py createsuperuser
  • Collect static files (for production):

    python manage.py collectstatic

About

2nd custom portfolio. Built with Django

Topics

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •