#Library Front
This is an angular project that consumes this API: https://bibliapp.herokuapp.com/explorer/. It also sends a file (txt and json) to https://github.com/gymitoso/library-middleware to add authors and books.
Check the file folder to see the format of the files to be sent.
- Node https://nodejs.org/en/
- Npm https://www.npmjs.com/
- Angular cli https://cli.angular.io/
- Docker https://www.docker.com/
- Clone this project
- Run
npm install
- Run
ng serve
- Clone this project
- Run
npm install
- Run
ng build --prod --no-aot
- Run
docker build -t library-front .
- Run
docker run --restart=always -d -p 4200:4200 --name library-front library-front
User: admin Password: admin
Don't forget to change middleware url in environments
- Jenkinsfile for build and send slack notifications.
- Sonar properties for Sonar analysis