byoutline / MockServer

Simple REST server that makes simulating API easy.
Apache License 2.0
30 stars 4 forks source link

Unable to run the project #9

Open amiku99 opened 6 years ago

amiku99 commented 6 years ago

I clone the project on eclipse. but while running the project as the application. its build fail. means the gradlew file to download all the required jars for this project, is unsuccessful. I need to run this project as I need to test my project via the mock server. please help. or can u post a video that shows how to run your project successfully?

Naitbit commented 6 years ago

If you downloaded the master branch you cannot run the project directly since it is just a library. You have to wrap the library into executable class. You may find the sample from release/2.0.0 branch useful. https://github.com/byoutline/MockServer/tree/release/2.0.0/sample