https://github.com/knowledgefactory4u/studentmanagementsystem
The main objective of this project is to manage the details of the student. Admin will manage all these activities.
https://github.com/knowledgefactory4u/studentmanagementsystem
Last synced: 4 months ago
JSON representation
The main objective of this project is to manage the details of the student. Admin will manage all these activities.
- Host: GitHub
- URL: https://github.com/knowledgefactory4u/studentmanagementsystem
- Owner: knowledgefactory4u
- License: gpl-3.0
- Created: 2022-03-16T06:53:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-16T07:01:29.000Z (over 3 years ago)
- Last Synced: 2025-01-14T15:42:42.100Z (5 months ago)
- Language: JavaScript
- Size: 207 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bookmanagementsystem
The main objective of this project is to manage the details of the student. Admin will manage all these activities.# User Interface
# Local environment setup
Step1: Install JDK 17 - click here
Step2: Install eclipse - click here
Step3: Install ReactJS - click here
Step4: Install VS code - click here
Step5: Download/clone source code - click here
Step6: Install Apache Maven - click here
Step7: Install MongoDB - click here
Backend setup
Step8: Execute the command - mvn clean install
Step9: Run the app as a Java application or execute mvn spring-boot:run
Frontend setup
Step10: The npm install installs all modules that are listed on package.json file and their dependencies - npm install
Step11: Run the Frontend application - npm start