/portfolio

Personal portfolio website designed and developed using python Django framework as backend and in frontend js, HTML, CSS used.

Primary LanguageJavaScriptMIT LicenseMIT

Personal Web Portfolio

Homepage

Built with

Instructions

  1. Install Python (v.3.8.5 is recommended).
  2. Clone or download this repository.
  3. Using a command prompt/terminal, go the project folder: /portfolio/
  4. Install the dependencies: pip install -r requirements.txt
  5. Create migration files for the database: python manage.py makemigrations
  6. Apply migrations: python manage.py migrate
  7. Run the server: python manage.py runserver [port number, default=8000]
  8. Using a web browser, go to http://127.0.0.1:[port]/