-
Client Side:
- React
-
Server Side:
- Spring Boot.
- JPA
-
Database:
- MySql
This repository handles only the client side.
The github repository for the middle tier: User Management System
Check out the Wiki for details.
- Clone the directory and run the command
npm install. This command add all the dependencies required. [require node installation.] - Run the command
npm start, which will render the application in the browser. - Start the local server(on localhost:8080) for handling the server requests and responses. Please refer the installation guide from User Management System to configure the server.
- To move to the course list page add '/course/list' or '/course/grid' to the base url i.e. 'locahost:3000'.
example :
http://localhost:3000/course/list