Author: Marios Karagiannopoulos {mariosk@gmail.com}
- WooMii framework server code
- 1.0PreAlpha1
The algorithmic logic as described in the documentation is implemented under the package: com.woomii.beta.de.*
com.woomii.beta.de.controllers: Controllers of the API calls (include the HTTP mappings) com.woomii.beta.de.helpers: Helper objects for the Controllers (mostly database related calls) com.woomii.beta.de.params: Common Parameter objects for Requests/Responses (serialized in JSON format) com.woomii.beta.de.params.requests: Requests Parameter objects (serialized in JSON format) com.woomii.beta.de.params.responses: Responses Parameter objects (serialized in JSON format) com.woomii.beta.de.params.utils: WooMii Utilities
- Summary of set up
- Configuration
- Dependencies
- Database configuration
- How to run tests
- Deployment instructions
- Writing tests
- Code review
- Other guidelines
- Repo owner or admin
- Other community or team contact