Skip to content

Rishabhj9888/connect_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŽ“ Connect Backend

The Connect Backend is a REST API service built using Spring Boot and PostgreSQL.
It powers the Connect Platform, which helps alumni and students stay connected.

This backend is deployed on Render and connects with the React frontend hosted on Vercel.


๐Ÿš€ Features

  • ๐Ÿ” JWT-based Authentication (Login & Register)
  • ๐Ÿ‘จโ€๐ŸŽ“ Alumni Management
  • ๐Ÿ‘ฎ Role-based Access Control
  • ๐Ÿณ Docker Support for easy deployment
  • ๐ŸŒ Cloud Deployment with Render + PostgreSQL

๐Ÿ›  Tech Stack

  • Java 17
  • Spring Boot 3
  • Spring Security (JWT Authentication)
  • Hibernate / JPA
  • PostgreSQL
  • Docker

โš™๏ธ Setup & Run Locally

1๏ธโƒฃ Clone the repository


##2๏ธโƒฃ Configure PostgreSQL

  • **spring.datasource.url=jdbc:postgresql://localhost:5432/your_db
  • **spring.datasource.username=your_username
  • **spring.datasource.password=your_password

##3๏ธโƒฃ Build & Run (without Docker)

  • **./mvnw clean install
  • **./mvnw spring-boot:run

##๐Ÿณ Run with Docker ##1๏ธโƒฃ Build the image

  • **docker build -t connect-backend .

##2๏ธโƒฃ Run the container

  • **docker run -p 8080:8080 connect-backend

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors