Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.72 KB

README.md

File metadata and controls

54 lines (38 loc) · 1.72 KB

Event-Manager

About The Project

A user-friendly mobile app that includes features to manage any kind of event or activity that is performed within an institution. It is a handy, all in one manager using which you can assign events to group of people and also keep track of who completed those events, who are all yet to complete and also monitor the past and present activities of the people.

Here's why:

  • User-friendly way of updating the status of the activities.
  • Time saving and easy way to monitor the students/staffs under our institution.
  • Easy Od monitoring features.
  • also includes personal timetable assist.

Built With

Our project is completely built in Java. We have utilised the core concepts of Spring to make our app more manageable.

how to run

prerequisite

mvn clean install

Docker build:

docker build -t event-manager-image .

Docker Run

newtwork is host if you had sql running locally on your host machine, further modify Docker file.

docker run -p 8080:8080 --network="host" event-manager-image

UML Diagrams

  • Class Diagram

Class Diagram

Api documentaion (Postman)

Attendance API's Event API's Od API's Teacher API's