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.
- Firstly install python3 and pip3 from your os specific,then clone this respository.
git clone https://github.com/Ryn0K/CertCollections.git
- move to CertCollections/
cd CertCollections/
- Install project requirements libraries.
pip3 install -r requirements.txt
- Now run the runner.sh.
chmod +x runner.sh
./runner.sh
- Now server should be running.
- Navigate to http://127.0.0.1:5000 to get your site ready.
Admin is inbuilt setup in this website.
Login with admin@certcollections:certcollections
in user login page.