Giter Club home page Giter Club logo

doctorwhoapi's Introduction

DoctorWhoApi

Requirements

  1. Create a solution named DoctorWho with a web application project named DoctorWho.Web.
  2. Add DoctorWho.Db project from the EF core exercise to the solution and reference it from DoctorWho.Web project.

For each of the next APIs: - Separate DB entity models from outer facing models. - Setup AutoMapper profiles to map between these models. - Use FluentValidation to setup the necessary validation rules. - Handle all type of faults that can be thrown. 3. Create a controller for the doctors with a Get all doctors API. 4. Add Upsert API for the doctors, and make it return the upserted entity. - DoctorNumber and DoctorName are required. - LastEpisodeDate should has no value when FirstEpisodeDate has no value. - LastEpisodeDate should be greater than or equal to FirstEpisodeDate. 5. Add Delete API for the doctors. 6. Create a controller for the episodes with a Get all episodes API. 7. Add Create API for the episodes, and make it return the new entity id. - AuthorId and DoctorId are required. - SeriesNumber should be 10 characters long. - EpisodeNumber should be greater than 0. 8. Add AddEnemyToEpisode API. 9. Add AddCompanionToEpisode API. 10. Create a controller for the authors with an Update API for the authors. 11. Move DB connection string out of the DbContext to AppSettings.json.

doctorwhoapi's People

Contributors

lenasama7a avatar

Stargazers

 avatar Faris Abu Ali avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.