This portfolio website is created using Flask Framework, HTML, CSS, and Javascript.
Here's how to set up and run the project locally :
Here are some prerequisites that you may require to run the project on your system.
Prerequisites:
- Flask Documentation
- SQLalchemy Documentation
- Microsoft Azure Deployment Guide
Done with the prerequisites?
Here are the steps to be taken after that :
- 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
- 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.