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

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.

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!