Skip to content

HackYourCareer/20201027_Angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HYC Angular

Introduction

In folder Instruction is detailed, stap by step instruction how to execute this exercise. You should be able to whole exercise from scratch. But if you stack on some steps you can see example solution in folder frontend/exercises.

Working example

Full, working application can be found in fodler frontend-beer-shop. To meke it work you need to execute:

npm install
ng serve -o --port 4444

It also need backend server to work.

Backand

Backend service is located in backend/shop. It needs Java to work. To run service execute:

mvn spring-boot:run

This serwice expose few endpoind:

GET /test/beer
GET /test/beer/{beerName}
POST /login
POST /user
GET /beer
GET /beer/{beerName}

detail can be found in instruction.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published