Skip to content

srinner/ASD-Afternoon-8

 
 

Repository files navigation

ASD: Afternoon 8

This is the repository for the team ASD: Afternoon 8

We use Spring Boot with Maven and a MYSQL database:

Prerequisites:

Java 1.8/11, Spring Boot, Maven, MYSQL, Angular

Setup for database:

create database ags; -- Creates the new database
create user 'ags'@'localhost'; -- Creates the user
 grant all on ags.* to 'ags'@'localhost'; -- Gives all privileges to the new user on the newly created database

For backend:

Run following command in complete directory:
./mvnw spring-boot:run

For frontend: Run following command in angularclient directory:

1. npm install
2. ng serve --open

Frontend now runs on port 4200.

About

The repo for the team ASD: Afternoon 8

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 46.1%
  • Java 22.6%
  • HTML 21.8%
  • CSS 6.6%
  • JavaScript 2.4%
  • Shell 0.5%