https://github.com/a3ro-dev/portfolio-website
A Personal Portfolio Website Made With Html Css and Js Templates and Django Backend.
https://github.com/a3ro-dev/portfolio-website
Last synced: 2 months ago
JSON representation
A Personal Portfolio Website Made With Html Css and Js Templates and Django Backend.
- Host: GitHub
- URL: https://github.com/a3ro-dev/portfolio-website
- Owner: a3ro-dev
- Created: 2022-12-25T11:31:47.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T10:42:40.000Z (almost 3 years ago)
- Last Synced: 2025-01-02T01:19:23.480Z (12 months ago)
- Language: CSS
- Size: 4.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# portfolio-website
A Personal Portfolio Website Made With Html Css and Js Templates and Django Backend.
Try to make your own portfolio website
Requirements
`python 3.10.0`
`django==4.1.4`
```
pip install django==4.1.4
cd /portfolio-website
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver
```
Thanks!