Skip to content

ArpitTheAnalyst/website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website

A Website made using Latest Version Of Python and It's Framework FLASK. It's is for an open source contribution inside the community.

Developed Using:

  • python 3.8.4
  • Flask module
  • SQL Alchemy module
  • Sqlparse module
  • blinker module & a lot more.

1. Installation & Requirements:

Clone the tool if you have git installed.

Then run these command in the Command Prompt or Terminal.
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

2. Usage:

Setup postgresql database (utf8 encoding, match username, pass & db name with config)

Setup website_config.py and config.py

NOTE: dB class name should be matched with the ones in file.

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

About

Personal website made with Flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 76.8%
  • HTML 19.6%
  • CSS 3.6%