Skip to content

Small API HTTP developed in Node.js and Koa about the YVH communication system.

Notifications You must be signed in to change notification settings

jemutorres/yvh-droid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YVH Droid

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.

Installation

Clone the repository. Use npm to build the project.

npm install

Project Structure

└── project             # Node.js project
    └── app
    │   ├── controllers 
    │   ├── enums       
    │   ├── lib         
    │   ├── models      
    │   └── routes       
    └── tests           # Integration/Unit tests

Improvements

  • Add interactive API documentation (Swagger).
  • Validate API input data.
  • Add customs middleware (errors handler, response handler).
  • Enable CORS.

Contributing

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.

License

MIT

About

Small API HTTP developed in Node.js and Koa about the YVH communication system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published