Idenify is a personal portfolio website which support different social platform integration
Built using python Django framework with RESTFUL API Support.
V-1.0 Done
- Setup Profile
- Setup Email Functionality
- Setup Portfolio
- Setup Testimonials
- Enable / Disable Sections
- Setup Projects
- Advance Editor for Projects Section
- Python
- Django
- Html
- Css -- Bootstrap 4
- Js
- install python on system
- install all deps using
pip install -r requirements.txt
- run server using
python manage.py runserver
- Test server will start at
http://localhost:8000