To run the project you first have to run the frontend and then the backend of this project. The backend is in Java and the frontend is in HTML,CSS,Javascript and React To run the front end of our application:
- Open the lms frontend folder on your Visual Studio Code
- Make sure you have NodeJs installed on your computed
- After opening the folder in Visual Studio Code open the terminal
- Goto the lms front directory and write "npm i" and press enter
- Then write "npm start" to the start the frontend of the project and your lms front end should be running on port 3000
To run the backend
- Open eclipse
- Open the lms backend project folder in eclipse
- Now run the LmsApplication Jar file
- Now your lms backend should be running on port 9000