scorelab / Stackle

Stackle is an web communication portal aimed at providing Open Source organizations a platform to have discussions on their github projects and their issues. It provides Github intergration which allows adminstrator of an organization to create a forum thread for the particualr organization. Users signing in is able to view forums of the organizations they contribute to and engage in the forum discussions.
Apache License 2.0
104 stars 146 forks source link

Separate App and Server #74

Closed varunzxzx closed 6 years ago

varunzxzx commented 6 years ago

Type of issue

Short description of the issue

This allows testing the API in-process, without performing network calls, with all the benefits that it brings to the table: fast testing execution and getting coverage metrics of the code. It also allows deploying the same API under flexible and different network conditions. Bonus: better separation of concerns and cleaner code

Possible fix

Merging #73 :smile:

varunzxzx commented 6 years ago

PR is merged now. Closing the issue now.