Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 505 Bytes

File metadata and controls

16 lines (10 loc) · 505 Bytes

Crud API implementation

In this project I imlemented an RESTful API using Kotlin with Ktor. this use case were very useful for my experience on how a real IT company works.

Next steps

  • Implement DataBase to store product/client data.
  • Implement HTTPS.
  • Move implementation from routing to a repository class.

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.