Code Monkey home page Code Monkey logo

bluebox's Introduction

BlueBox

BlueBox Movie Rental solution based on Visual Studio 2017 and ASP.NET 4.6.1 Web API Template

The Bluebox Visual Studio solution has six projects: BlueBox.API BlueBox.Services BlueBox.Repositories BlueBox.Models BlueBox.Common BlueBox.Tests

BlueBox.API provides all the controllers for Web API, only AccountController and MovieController are implemented

It uses "Individual User Accounts" for Authentication: Users login and profiles are stored in a SQL Server database (App_Data folder), Users also have option to sign in using their existing account for Facebook, Twitter, Google, Microsoft.

To create an account you post to the /api/account/register endpoint โ€“ that maps to AccountController.Register

endpoint: http://localhost:65291/api/Account/Register method: POST body: { "Email": "[email protected]", "Password": "Passw0rd#", "ConfirmPassword": "Passw0rd#" }

To add a movie endpoint: http://localhost:65291/api/Movie method: POST body: { "title": "Star War ", "genre": "Drama", "price": 3.99, "releaseDate": "1972-01-01" }

To get a movie details: endpoint: http://localhost:65291/api/Movie/9 method: GET

To delete a movie endpoint: http://localhost:65291/api/Movie/9 method: DELETE

To Update a movie endpoint: http://localhost:65291/api/Movie/9 method: PUT

API Help page: http://localhost:65291/Help

bluebox's People

Contributors

peteryumei avatar

Watchers

James Cloos avatar  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.