Gogee90 / Personal-website

A clone of a website built by me. Free to use however you want.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal-website

Issues LinkedIn

Personal website clone
Explore the docs »

Report Bug Request Feature

Table of Contents

About The Project

Product Name Screen Shot

This repository is a clone of the existing fully-functional website. You free to use however you'd like.

Demo

It's not actually a demo but a fully functional website built by me. Demo

Built With

Getting Started

To get a local copy up and running follow these simple example steps.

Installation

  1. Install Python https://www.python.org/
  2. Clone the repo git clone https://github.com/Gogee90/-
  3. Create virtual environment python -m venv your_env(linux: python3 -m venv your_env)
  4. Activate virtual environment Windows: your_env\Scripts\activate, Linux: source your_env/bin/activate
  5. Install packages pip install requirements.txt

Usage

  1. CD to your project's directory
  2. python manage.py makemigrations
  3. python manage.py migrate
  4. python manage.py createsuperuser your_username
  5. python manage.py runserver

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Igor Nikolaev - linkedin-url - gogee09@gmail.com

Project Link: https://github.com/Gogee90/Personal-website/blob/master/README.md

Acknowledgements

About

A clone of a website built by me. Free to use however you want.

License:MIT License


Languages

Language:JavaScript 54.7%Language:HTML 30.2%Language:CSS 10.8%Language:Python 4.3%