Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.05 KB

File metadata and controls

51 lines (31 loc) · 1.05 KB

CodeNinja

Introduction

A Personal Portfolio Website for Everyome. Showcase your Projects, Skills and Portfolio and engage with learners by creating and publishing Blogs and Video Tutorials on your own Personal Portfolio site.

Overview

An All in One Solution for passionate Programmers, Bloggers and Youtubers.

Tech Stack

Programming Language: Python

Web Framework: Django

Frontend Languages: HTML, CSS, JavaScript

Database: SQLite

Local Setup

Step 1: Clone this repository

Step 2: Open The Project in VS Code or any other code editor/IDE

Step 3: Open Terminal and navigate to the project directory

Step 4: Create new python virtual environment

Step 5: activate the python virtual env

Step 6: run the following command

pip install -r requirements.txt

Step 7: now run

python manage.py migrate

Step 8: Finally run

python manage.py runserver

Step 9: Open your Web Browser and type the following address in the search bar http://127.0.0.1:8000/