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!
- Host: GitHub
- URL: https://github.com/parthasdey2304/portfolio-2
- Owner: parthasdey2304
- License: mit
- Created: 2023-06-30T14:42:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-04T08:16:44.000Z (almost 3 years ago)
- Last Synced: 2025-03-11T14:55:18.451Z (about 1 year ago)
- Language: HTML
- Homepage: https://my-portfolio-dabotics-task-1.vercel.app
- Size: 431 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

# Thank you