tsktp / demo-web-project

A web service using Spring Boot for CS480 course project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

The skeleton of the demo web project for CS480.

This project is designed to let you practice the different aspects of software engineering, such as version control, design, tests, build, deployment, and maintenance.

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.


Languages

Language:Java 51.4%Language:HTML 21.1%Language:JavaScript 18.1%Language:FreeMarker 9.4%