Skip to content

- Simplifies administration - Creates new opportunities - Revolutions content development - Automates assessment - Measures progress

Notifications You must be signed in to change notification settings

TeranceBarretto/LearningBoard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Learning Board Application consists of 2 parts - Frontend and Backend.

Steps to run the application:
1. To start backend,
	a. In commandline, go the backend directory and run the command "gradle bootRun" 
Note: Do not close this cmd promt window.
2. To start frontend,
	a. In commandline, go the frontend directory and run the command "npm start"
Note: If it doesn't recognise react-scripts, run "npm install"
3. Run baseScript.sh to create a user with username - gilford and password - fernandes.
4. Login to http://localhost:8081/login with the above credentials.

Assumptions:
1) Gradle is pre-installed.
If not refer: https://gradle.org/install/
2) JDK is pre-installed.
If not refer: https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html
3) npm and NodeJS is pre-installed
if not refer: https://nodejs.org/en/
4) Install MySQL with username and password both set to ‘root’
refernce: https://dev.mysql.com/downloads/installer/

Note: 
1) bootRun will stop at 75% with the last step as "Started LearaningBoardApplication" 

About

- Simplifies administration - Creates new opportunities - Revolutions content development - Automates assessment - Measures progress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published