Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jerinpious/django-portfolio
- Owner: jerinpious
- Created: 2024-05-17T19:08:39.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T17:51:32.000Z (8 months ago)
- Last Synced: 2024-05-22T18:54:10.418Z (8 months ago)
- Topics: django, python
- Language: Python
- Homepage:
- Size: 3.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 that lists the projects with the heading, description and tags.
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.