Exchange Service is a monolithic REST API project implemented in Go using the fiber framework for the project layout.
First install the dependencies, then:
- docker
- Clone via Git (or provide the source code in some other way).
-
Clone the Repository
git clone https://github.com/rezamokaram/exchange-service.git
-
Navigate to the Project Directory
cd exchange-service
-
Start the Project
sudo docker-compose up -d --build
-
Access the endpoints at
localhost:8080
.
coming soon!
Api documentations provided in docs
directory.
Run the following command in the root directory of the project:
go test ./test