Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 899 Bytes

File metadata and controls

22 lines (15 loc) · 899 Bytes

Full-Stack Web App for Student Info Management (Spring Boot + React, Cloud Deployment)

Quick Intro

A side project built atop this course Full Stack Spring Boot & React

Summary:

  • Built a student management website with full CRUD functionalities using Spring Boot (DAO design pattern) and React (with antd library);
  • Deployed the website using AWS Elastic Beanstalk + RDS (PostgreSQL) and Docker image;
  • Used CI/CD to automate build and deploy workflow.

Check more on this YouTue Video Demo.

You can interact with the website hosted here, although this link may be obsolete in the future.

Important Packages Version

  • node v16.17.1
  • npm 8.15.0
  • npx 8.15.0
  • antd 4.13.0
  • unfetch 4.2.0