/CertCollections

Website to made solely on purpose to practice flask and submission purpose

Primary LanguageCSS

CertCollections

Website written using flask,flask-admin,flask-login,flask-dropzone and Semantic-UI,based on the purpose of project submission and practice webdevelopment in these libraries of python.

Installation for linux

  1. Firstly install python3 and pip3 from your os specific,then clone this respository.
git clone https://github.com/Ryn0K/CertCollections.git
  1. move to CertCollections/
cd CertCollections/
  1. Install project requirements libraries.
pip3 install -r requirements.txt
  1. Now run the runner.sh.
chmod +x runner.sh 
./runner.sh
  1. Now server should be running.

Imgur

  1. Navigate to http://127.0.0.1:5000 to get your site ready.

Admin panel

Admin is inbuilt setup in this website. Login with admin@certcollections:certcollections in user login page.