https://github.com/devmahmud/personal_portfolio
Personal django portfolio project with Chuck Norris Joke Api.
https://github.com/devmahmud/personal_portfolio
bootstrap django django-admin-panel django-application
Last synced: 10 months ago
JSON representation
Personal django portfolio project with Chuck Norris Joke Api.
- Host: GitHub
- URL: https://github.com/devmahmud/personal_portfolio
- Owner: devmahmud
- License: mit
- Created: 2019-01-23T21:57:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:33:34.000Z (about 3 years ago)
- Last Synced: 2025-02-10T01:35:23.934Z (about 1 year ago)
- Topics: bootstrap, django, django-admin-panel, django-application
- Language: Python
- Homepage: https://mahmudweb.herokuapp.com/
- Size: 482 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal_Portfolio
Personal django portfolio project with Chuck Norris Joke Api.
Visit live website
Requirements
Please read the requirements.txt file
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Installing
open terminal and type
git clone https://github.com/devmahmud/Personal_Portfolio.git
https://github.com/devmahmud/Personal_Portfolio.git
or simply download using the url above
To migrate the database open terminal in project directory and type
python manage.py makemigrations
python manage.py migrate
To use admin panel you need to create super user using this command
python manage.py createsuperuser
To run the program in local server use the following command
python manage.py runserver
Then go to http://127.0.0.1:8000 in your browser
Author
Mahmudul alam
Email: expelmahmud@gmail.com
Project snapshot
Home page
Portfolio page
Contact page