Skip to content

Latest commit

 

History

History
73 lines (37 loc) · 2.03 KB

README.md

File metadata and controls

73 lines (37 loc) · 2.03 KB

PersonalPortfolio using Django

This is my personal portfolio of the projects I have worked on using Django. It's got my name, a little bit about me, a cool button that when you click on it it actually initiates sending an E-mail to me. I have got a picture of myself here, and then down below I've listed out some previous projects that I've worked on before. And what's really cool about each of these, is they kinda give you a nice little snapshot of what I've done, but if you click on any one of these, you can see the picture blown up in more detail.

A big part of this project is gonna be working with the database(Postgresql database) which powers these different jobs and projects that I have worked on before.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them

Must know HTML,CSS, and some programming

Python 3.5 and above 
Atom or any text editor
Postgresql -database


Installing

A step by step series of examples that tell you how to get a development env running

Download the project, open in terminal and run the command

python3 manage.py runserver

Use pip3

To confirm if you have installed Django, type out django-admin in your terminal

django-admin 

Deployment

python3 manage.py runserver

Built With

  • Bootstrap - CSS framework used
  • Popper - Popper. js is a positioning engine, its purpose is to calculate the position of an element to make it possible to position it near a given reference element.
  • JQUERY - is a fast, small, and feature-rich JavaScript library.

Contributing

Versioning

Used latest version of Python which is python 3.8 and latest version of Jquery.

Authors

  • Ikram Salim -

Acknowledgments

  • Thanks to StackOverflow, LinkedIn Learning and Google