Commandify is a web application developped by MOUFLIH Iliasse and KOUKOUS Saad that allows users to create and manage commands and clients for their server. It is built with a Django front-end and a Flask back-end.
These instructions will get you running the project on your local machine for development and testing purposes.
- Python 3.8+
- pip
- Django 2.2+
- Flask 1.1+
- Unzip the folder
- Navigate to the root directory of the project, Make sure you are in the Commandify directory before proceeding to the next step.
cd Commandify - Install the dependencies
pip install - Run the back-end server
python back-end.py - Run the development server
python manage.py runserver
The application can be accessed at http://127.0.0.1:8000/ in your web browser.