Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myrachanto/synca
https://github.com/myrachanto/synca
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/myrachanto/synca
- Owner: myrachanto
- Created: 2022-10-31T13:59:18.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-02T08:01:40.000Z (about 2 years ago)
- Last Synced: 2023-08-11T21:06:26.011Z (over 1 year ago)
- Language: Go
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Response programe
I used Domain Driven Design (DDD) for this project. it's a fantastic architecture that focuses on business logic.The business domain doesn't care what framework you use for controllers or the databases to which the repository is hooked.
The separation of concern is quite resourceful because it's made possible by the use of interfaces, which means you can switch frameworks or databases very easily.
## how to run the app
the easiest way to check the functionality of the load test visit
https://github.com/myrachanto/loader/actions - github actions
and check the test
## or
depending on how you have set up your machine
you can use either to pull the code to your local machine
@ ssh git clone [email protected]:myrachanto/loader.git
or
https git clone https://github.com/myrachanto/loader.git
then you can navigate to the project folder run "go run main.go"
"I am assuming you have golang already set in you machine!"
# usage
## make sure "," separates the urls
go run . getulr -urls "https://www.google.com,https://www.chantosweb.co.ke"### or
go run main getulr -urls "https://www.google.com,https://www.chantosweb.co.ke"