Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jerinpious/django-portfolio

Django based portfolio website inspired by tech with Tim. The portfolio showcases the different projects that I have done also allowing the viewer to use filters and search tools for better navigation.
https://github.com/jerinpious/django-portfolio

django python

Last synced: about 1 month ago
JSON representation

Django based portfolio website inspired by tech with Tim. The portfolio showcases the different projects that I have done also allowing the viewer to use filters and search tools for better navigation.

Awesome Lists containing this project

README

        

# Django-Portfolio
Django based portfolio website inspired by tech with tim. The portfolio showcases the diffrent projects that I have done also allowing th eviewer to use filters and search tools for better navigation.

## Screenshots
Home Page

Home page that lists the projects with the heading, description and tags.

Home Page

Project page that displays the images of the project, the full description and a link to the project git repository

### Installation
- Python 3.8+
- Django

- Clone the repository
~~~
git clone https://github.com/jerinpious/Django-Portfolio.git
cd portfolio
~~~
- Install the required packages:
~~~
pip install -r requirements.txt
~~~
- Run the Django server:
~~~
python manage.py runserver
~~~

### Contributing
Contributions are welcome! Please fork the repository and create a pull request with your changes.