Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 640 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 640 Bytes

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