Giter Site home page Giter Site logo

bikeshop's Introduction

Bikeshop

ASP.net API for a imaginary bike shop

Why

To practice asp.net I decided to create an API for a imaginary bikeshop.

Functionality

As for every project, there are some requirements. Since I don't want it to be to detailed, I'll create some simple high level customer requirements.

User

  • A user is able to create an account.
  • A user is able to recover his/her password via her e-mail.
  • A user gets a error message when her login information is wrong.

Customer (logged in user)

  • A customer is able to buy a bike.
  • A customer is able to buy parts of a bike.
  • A customer is able to add items to his/her shopping cart.
  • A customer can view 20 items (bike/part) per page.
  • A customer can sort pages based on either price, newest or category.

Shopowner

  • The owner is able to add bikes to the inventory.
  • The owner is able to add bike parts to the inventory.
  • The owner is able to remove bikes to the inventory.
  • The owner is able to remove bikes to the inventory.
  • In case somebody ordered a bike but the owner wanted to remove it, the owner can cancel the order.
  • In case somebody ordered a bike but the owner wanted to remove it, the owner can cancel the order partially.
  • In case somebody ordered a bike but the owner wanted to remove it, the owner can send a mail.

Non-functional requirements

  • Use of ASP.net IdentityServer for authentication.
  • Scale up to 10.000 users with maximum API response time of 100 ms.

Won't haves

  • No wishlist.
  • No newsletter.
  • Remove account.
  • Payments via real transactions.

Prerequisites

TODO

Installing

TODO

Running tests

TODO

Deployment

TODO

Built with

TODO

bikeshop's People

Contributors

qunfong avatar

Watchers

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