BKS2315 / Student-Management-System

This is the REST API for the student management system in which admin can manage students and courses.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Student-Management-System

This is the Rest API for Student management system, this allows to register students for the admin and assign them courses.

ER Diagram

SM_ER

Tech Stack

  • Core Java
  • Spring Boot
  • MySQL
  • Maven
  • lombook
  • hibernate

Functionalities

  • Admin can register/login
  • Admin can Register Courses,Students
  • Admin can assign courses to students.
  • Students can update their profile details and can also leave the course assigned to them.

Entites

  • Admin
  • Course
  • Student
  • User
  • Address

MySql database details

Install and connect with database

#db specific properties

spring.datasource.url=jdbc:mysql://localhost:3306/studentDb

spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver

spring.datasource.username=root

spring.datasource.password=2315

About

This is the REST API for the student management system in which admin can manage students and courses.


Languages

Language:CSS 87.2%Language:Java 12.8%