YVH Droid is a small API HTTP about the YVH communication system.
It has been coded in Node.js, using the Oka framework.
This application has been developed following the Test Driven Development (TDD) programming practice.
Clone the repository. Use npm to build the project.
npm install
└── project # Node.js project
└── app
│ ├── controllers
│ ├── enums
│ ├── lib
│ ├── models
│ └── routes
└── tests # Integration/Unit tests
- Add interactive API documentation (Swagger).
- Validate API input data.
- Add customs middleware (errors handler, response handler).
- Enable CORS.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.