The Exam and Admissions Management System is a comprehensive module that handles the entire process of conducting exams, managing admissions, processing payments from institutes to the government, and providing students with their mark sheets. The system covers the complete workflow from announcing exam timetables to generating and distributing mark sheets.
Provide a short introduction to your project. What is its purpose, and what problem does it solve? Mention the main technologies or frameworks used.
List the key features or functionalities of your project.
- Setup the postgres
- sudo docker run --name wingspan -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=postgres -p 127.0.0.1:5432:5432 -v /data:/var/lib/postgresql/data -d bitnami/postgresql:10.15.0-debian-10-r84
- sudo docker exec -it wingspan -h localhost -p 5432 -U postgres -d frac_tool;
# Installation steps
$ git clone <[email protected]:UPHRH-platform/examsAndAdmissions.git>
$ cd project-directory
$ java ExamsAndAdmissionsApplication.java