Skip to content

Dv04/Alumni_Management

Repository files navigation

Alumni Management System

This project is used to make a system for alumni management

Getting Started

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/

Built With

  • Dropwizard - The web framework used
  • Maven - Dependency Management
  • ROME - Used to generate RSS Feeds

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

About

This is a project for an Alumni Management System

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published