abauzac / realworld-netcore-kit

Starter kit for new RealWorld framework implementations
https://realworld.io
MIT License
22 stars 4 forks source link

Comments #6

Closed abauzac closed 7 years ago

abauzac commented 7 years ago

The idea here is to do the full chain from the controller up to the database hit. Don't forget to use postman to help you (and/or Swagger which is enabled in development mode through http://localhost:5000/swagger ) For this issue, we do not take into account authentication (done in another issue) Do not hesitate to PR, even if it's only for one check. Small steps, long trek. Please, drop a comment once you start working on this issue.