Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Get Started with Schedule Optimizer

Amitha R edited this page Sep 8, 2020 · 3 revisions

Setup the Database object

  1. Open the SQL workbench and run the script in Files/Scripts folder.

Steps to run the Spring Boot Application

  1. Clone the git repository into local system.
  2. File > Open Projects from File systems > navigate to Schedule-Optimizer-Backend > Finish.
    Eclipse Backend Folder Structure
  3. Right click in ScheduleOptimizerBackEndApplication.java > Run As > Java Application.
  4. View the APIs on Swagger.

Steps to run Angular Application

  1. Ensure the repository is cloned into the local system
  2. Open Visual Studio Code Editor
  3. File > Open Folder > navigate to Schedule-Optimizer-FrontEnd > Ok.
  4. Headers > new terminal >
  • If you are running the application for the first time: npm install.
  • ng serve
  1. The Angular application is launched on localhost:4200.

    Expected Output