Skip to content

nazhimkalam/OOP-CW-01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

license

Object Oriented Programming Coursework

Console Application, Angular Frontend & Play framework Backend Project 👨‍💻

REQUIREMENTS ⭕

- Java Version 8 or above installed

- sbt installed

- scala pulgin installed in your editor

- npm installed

- Angular CLI installed

- Latest current active version on Node.js installed

RUNNING THE PROGRAM ⭕

1. Using 'javac' you can complie the the java console application code and run using the terminal/cmd

2. In order to run the GUI make sure you complete the following steps:

Step 01: Open the terminal and direct('cd') in to the 'ui' folder with in the GUI directory.

Step 02: Running the following command to install the dependencies for the frontend project

npm install

Step 03: Once all the dependencies for the frontend project is completed, (cd ..) and move to the main GUI directory using the terminal

Step 04: Once you are in the root dir of the GUI, run the following command to run both the frontend and the backend

sbt run

Step 05: Once everything is set and running, open your web browser(recommend google chrome) and direct to the following URL

localhost:4200

The GUI will be displayed with a welcome page!

Click the below image to view the DEMO of the GUI ⭕

Click to play Watch the demo video

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published