Skip to content

Voltranger/Alumini-Networking-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Alumini-Networking-System

Simple alumni networking backend built with Spring Boot and a basic frontend built with HTML, CSS, and JavaScript.

Project Structure

  • alumini-network/ contains the Spring Boot application
  • alumini-network/src/main/resources/static/ contains the frontend UI

Features

  • Register alumni
  • View alumni directory
  • Post jobs
  • Create alumni connections
  • Use the in-memory H2 database for quick local testing

Run the Project

  1. Open a terminal in /Users/pranavnandkumarmahajan/Desktop/Alumini-Networking-System/alumini-network
  2. Start the app with:
./mvnw spring-boot:run
  1. Open the UI in your browser:
http://localhost:8080/

You can also use:

http://localhost:8080/home
http://localhost:8080/ui
  1. Optional H2 console:
http://localhost:8080/h2-console

Main API Endpoints

  • POST /api/alumni/register
  • GET /api/alumni/all
  • GET /api/jobs
  • POST /api/jobs
  • GET /api/connections
  • POST /api/connections

About

Capstone Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors