Simple-CRUD-SchoolMangementApp

  • This simple CRUD project (Demo) is developed with React (TypeScript) and SpringBoot REST API (REST Controller).
  • For the database we are using MongoDB.
  • For the REST API, the port is 7070.
  • To run the project, first run the Backend on your localhost, then run the Frontend through the command line with the command “npm start”.
  • Add Student:

addStudent

  • List Students:
    screencapture-localhost-3000-2021-10-05-20_17_46

GitHub

https://github.com/mohammedFirass/Simple-CRUD-SchoolMangementApp