๐ IONIX_TEST
This service has signup and login with JWT, also you can get the comsuption by periods
POSTMAN
./ionix-test.postman_collection.json
๐ป Requirements
- Port: [8080] - REST
- make
- docker version 20.10.21.
- docker-compose version 1.29.2.
- Cofee โ
copy .env.example to .env
๐ Run the app
$ ./run-dev.sh
Architecture Layers of the project
- Router
- Controller
- Usecase
- Repository
- Domain
How to generate the mock code?
# Generate mock code for domain
make mocks
Run Tests (unit test and integration test)
make test