Giter Site home page Giter Site logo

arifkhan9898 / aspnet-core-crud-demo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from syedhassaanahmed/aspnet-crud-demo

0.0 1.0 0.0 5.32 MB

ASP.NET Core App demonstrating simple CRUD operations using DocumentDB

License: MIT License

C# 70.74% HTML 12.43% PowerShell 11.36% Shell 5.48%

aspnet-core-crud-demo's Introduction

aspnet-core-crud-demo

ASP.NET Core 1.1 App demonstrating simple CRUD operations using DocumentDB Emulator.

Build status Build Status Coverage Status

Deployment

Deploy to Azure

API Routes

  • GET api/products - returns all products
  • GET api/products/{productId} - returns product for a specific productId
  • GET api/products/{productId}/html - renders product Html for a specific productId
  • POST api/products - creates a new product, automatically generates an Id, sets Created and validates Html
  • PUT api/products/{productId} - updates an existing product, sets Updated, validates Html, assumes that the whole object is being updated and does not allow changing restricted fields (Id, Created)
  • DELETE api/products/{productId} - deletes a product

Integration Tests

  • ProductsController is tested using Microsoft.AspNetCore.TestHost as described here
  • ProductRepository is tested by creating an xUnit Fixture DocumentDbFixture which assumes that DocumentDB Emulator is installed and running.

aspnet-core-crud-demo's People

Contributors

bannerflow-hassaan avatar syedhassaanahmed 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.