REST API developed to monitor an error center.s!
Table of Contents
This API allows developers to centralize all error logs in one place, where they can monitor and make better decisions. In this project, we will implement a system to centralize application error records.
The project architecture is formed by:
- Access endpoints that can be used by a front application
- Endpoints that will be used to write error logs to a relational database
- The API allows access only with a valid authentication token
😄
The project was created using the following conditions:
- [Java 8 or more]
- [Postgres]
Follows instructions for running the API.
- Clone the repo
git clone https://github.com/tainajmedeiros/ErrorCenter.git
- Show this help
make help
- Show Makefile
make default
- Build the .jar package
make package-java
- Run all project test
make tests
- Create the Error Center image
make build-docker-image
- Builds, (re)creates, starts, and attaches to containers for a service
make run
If you need, see and execute all commands with
make up
If you need, see the commands:
make
You have access to authentication endpoints, logs and users
Tainá Medeiros - @taina_medeiros - tainajmedeiros@gmail.com
LinkedIn: /tainamedeiros
Project Link: https://github.com/tainajmedeiros/ErrorCenter