Skip to content

vwlong/demo-web-project

 
 

Repository files navigation

Overview

The skeleton of the demo web project for CS480 has been modified for team HitorMiss

Project has been deployed to AWS cloud server and is currently running on this URL: http://ec2-52-53-166-213.us-west-1.compute.amazonaws.com/

This project is designed to let you practice the different aspects of software engineering, such as version control, design, tests, build, deployment, and maintenance. This project also uses Jenkins. Verifying jenkins automatic build+deployment...

Environment Setup

  1. Install the latests Maven (http://maven.apache.org/download.cgi)
  2. Install the latest Eclipse (http://www.eclipse.org/)
  3. Make sure your Eclipse has Maven installed (It should have been included in the latest version of the Eclipse)

Importing the Project into Eclipse

  1. File->Import->Maven->Existing Maven Projects
  2. Select the directory containing the pom.xml file
  3. Finish

Building the Project for the First Time

  1. Right-click on the project root folder->Maven->Update Project

Running the Project Locally

  1. Locate the App.java in src/main/java source folder and right-click on it->Run As->Java Application
  2. Verify the running process in your web browser by the following URLs:

About

A web service using Spring Boot for CS480 course project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 63.7%
  • CSS 14.3%
  • HTML 11.6%
  • JavaScript 10.4%