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

https://github.com/parthasdey2304/portfolio-2

This is my second and improved portfolio website!
https://github.com/parthasdey2304/portfolio-2

Last synced: 3 months ago
JSON representation

This is my second and improved portfolio website!

Awesome Lists containing this project

README

          

# portfolio-2
This is my second and improved portfolio website!

# Installation
+ Installing Git :
```
sudo apt install git -y
```

+ Installing Python :
```
sudo apt install python3 -y
```

+ Installing Pip :
```
sudo apt install python3-pip -y
```

+ Installing flask :
```
pip install flask
```

+ Clone the repository :
```
git clone https://github.com/parthasdey2304/portfolio-2.git
```

+ Get inside the directory :
```
cd portfolio-2
```

+ Run the **server.py** file :
```
python3 server.py
```

# Screenshots
![Screenshot 2023-07-01 103708](https://github.com/parthasdey2304/portfolio-2/assets/131694386/c177eb6e-87a0-42c7-bf4c-19f8dbced922)

# Thank you