- Go to the folder containing Encoder folder
cd encoder
- Compile the Java File
javac Encoder.java
- Run the Java File
java Encoder
Username: RandomUser32
Password: RandomUser32
Username: Manager92
Password: Manager92
This make use of a number of applications that might need to be installed first
- Maven
- Springboot
- React
- Go to backend folder
cd backend/onboarding
- Install packages in bin file
build
- Go to backend folder
cd backend/onboarding
- Install packages and run application
mvn spring-boot:run
- Go to frontend folder
cd frontend
- Install packages
npm install
- Run the application.
npm start