-
Clone the repository.
-
Install dependencies:
pip install -r requirements.txt
- Run the server:
python app.py
- Configuration:
- The server uses a
config.jsonfile for its configuration. - On the first run, if no
config.jsonexists, one will be automatically created using default values. - To change settings such as passwords or the MongoDB URI, either update the
config.jsonfile manually or use the admin dashboard.
- Admin Dashboard:
- Access the admin dashboard at:
http://127.0.0.1:5000/admin/login - Log in using the default admin password (default is
admin123unless changed inconfig.json).