Skip to content

rastogi-s/Course-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Course Management System

Technologies Used :

  1. Client Side:

    • React
  2. Server Side:

    • Spring Boot.
    • JPA
  3. Database:

    • MySql

Notes:

This repository handles only the client side.
The github repository for the middle tier: User Management System

Check out the Wiki for details.

Installation guide:

  • 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

About

An app powered by react in front end and

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors