/Portfolio

My Portfolio, You wanna it, read the readme file

Primary LanguageHTML

Portfolio

This portfolio website is created using Flask Framework, HTML, CSS, and Javascript. Logo

Set up Project

Here's how to set up and run the project locally :

Prerequisites

Here are some prerequisites that you may require to run the project on your system.

Prerequisites:

Install Project

Done with the prerequisites?

Here are the steps to be taken after that :

  1. Fork this repository by clicking on the fork button at the top of this page. This will create a copy of this repository in your account. Then Clone the repository:
git clone https://github.com/[YOUR USERNAME]/Portfolio.git
  1. Change directory and install dependencies:
cd Portfolio
pip install -r requirements.txt

Setup Environment Variables by creating a .env file and adding these links:

DATABASE_URL="[DATABASE]"
APP_SECRET_KEY="[KEY]"

GMAIL_USER="[YOUR GMAIL ID]"
GMAIL_PASS="[YOUR GMAIL PASSWORD]"

ADMIN_USER="[USERNAME]"
ADMIN_PASSWORD="[PASSWORD]"

Now open the JSON file and static/image folder then make changes like adding your name, profile, profile image, links, etc. Now commit those changes.

WOW🤩, You did.

🔗 Links

portfolio linkedin twitter

Thanks❤🤗