Skip to content

A Portfolio website with different social platform integration

Notifications You must be signed in to change notification settings

SaadJamilAkhtar/Portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Idenify

Idenify is a personal portfolio website which support different social platform integration
Built using python Django framework with RESTFUL API Support.

Status

V-1.0 Done

Features:

  • Setup Profile
  • Setup Email Functionality
  • Setup Portfolio
  • Setup Testimonials
  • Enable / Disable Sections
  • Setup Projects
  • Advance Editor for Projects Section

Tech Stack

  • Python
  • Django
  • Html
  • Css -- Bootstrap 4
  • Js

Setup:

  1. install python on system
  2. install all deps using pip install -r requirements.txt
  3. run server using python manage.py runserver
  4. Test server will start at http://localhost:8000