Simple alumni networking backend built with Spring Boot and a basic frontend built with HTML, CSS, and JavaScript.
alumini-network/contains the Spring Boot applicationalumini-network/src/main/resources/static/contains the frontend UI
- Register alumni
- View alumni directory
- Post jobs
- Create alumni connections
- Use the in-memory H2 database for quick local testing
- Open a terminal in
/Users/pranavnandkumarmahajan/Desktop/Alumini-Networking-System/alumini-network - Start the app with:
./mvnw spring-boot:run- Open the UI in your browser:
http://localhost:8080/
You can also use:
http://localhost:8080/home
http://localhost:8080/ui
- Optional H2 console:
http://localhost:8080/h2-console
POST /api/alumni/registerGET /api/alumni/allGET /api/jobsPOST /api/jobsGET /api/connectionsPOST /api/connections