This project is used to make a system for alumni management
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Create a virtual environment using the following command and shift the interpreter from the global to the virtual environment:
python -m venv venv
Then Install all the required packages by running the following command in venv:
pip install -r requirements.txt
If you install any other required module, write it to requirements.txt using the command below or notify in the group:
pip freeze > requirements.txt
To run the server, use the following command:
python server.py
To open the server in webpage open the following link: http://127.0.0.1:5001/
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details