Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Puggu-EX/StudentNest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

StudentNest 491B

Description

StudentNest, a mock modern redesign of CSULB's Course Management System (CMS).

Table of Contents

  1. Tech Stack
  2. API Endpoints

Tech Stack

  • Java 21
  • Spring Boot 3.2.x
  • Spring Security (with Password Encoding)
  • Spring Data JPA / Hibernate
  • MySQL 8
  • Maven (build tool)
  • React

API Endpoints

Login

/auth/login/

type description
string email
string password

Register

/auth/register/

type description
string first name
string last name
string email
string password

About

CECS 491B

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 39.5%
  • HTML 26.5%
  • JavaScript 18.0%
  • CSS 16.0%