ishanisri / catalogue

A webapp for cloak room management system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Catalogue

A webapp for cloak room management system.

Prerequisites:

Python3


The app is written in Flask and JQuery and the database used is SQLite3. It can be used to improve management of items in hostel cloak room. It uses sockets to send notifications to users about their belongings.

Steps to install:

  1. git clone https://github.com/ishanisri/catalogue.git

  2. cd catalogue/project

    Now to install the dependencies

  3. pip install flask

  4. pip install flask_socketio

  5. pip install requests

  6. pip install simplejson

    Then start the server using

  7. python app.py

The project runs at 127.0.0.1:5000 by default. The port can be changed in the app.py file as socketio.run(app, host='localhost', port=port_number).

About

A webapp for cloak room management system.


Languages

Language:HTML 70.9%Language:Python 29.1%