A personal website made using the Flask framework for Python
- Python
- Flask
- Postgres
- Bootstrap (theme https://bootswatch.com/cyborg/)
Clone the tool if you have git installed.
Git Installation Guide:- Windows - https://git-scm.com/download/win
- Linux - https://git-scm.com/download/linux
git clone https://github.com/Daan4/website.git
cd website
pip install -r requirements.txt
OR
Download from the link: https://github.com/Daan4/website/archive/master.zip
Then, run these command in the Command Prompt or Terminal.
cd website/
pip install -r requirements.txt
Setup postgresql database (utf8 encoding, match username, pass & db name with the config settings)
Setup website_config.py and config.py based on the given example config
i. Run the python file (db_create.py)
ii. Run the python file (run.py)
Or type the command in terminal/command prompt:
python db_create.py
python run.py