GithubHelp home page GithubHelp logo

quinntynebrown / book-exchange-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dimatrubca/book-exchange-app

0.0 0.0 0.0 7.06 MB

ASP.NET Core Web API with React, Entity Framework, Elasticsearch, Paypal integration

C# 66.80% Shell 0.01% HTML 0.34% TypeScript 32.62% CSS 0.21% JavaScript 0.03%

book-exchange-app's Introduction

Book Exchange App (ASP.Net Core Web API + React)

BookExchangeApp is a fully functioning application that allows users to exchange books, earn and buy points, and receive recomendations based on the rated books.

Components

Key Features

  • Integration with ElasticSearch for smart search of books (via keywords inside the title/description/author)
  • Authentication as a service (IdentityServer4).
  • Integration with payment systems (PayPal)

Basic Functionality

  • Post/request/add book to wishlist
  • Filtered search of books
  • Point system for exchanging books
  • Book recomendation system (content-based filtering)

BookExchange API

The design of the Web API follows CQRS pattern, that allows intercating with the main database (SQL Server) and ElasticSearch, for smart search of books.

BookExchange Application

Application layer of the web application, containing queries and commands for each entity, as well as the book recommendation service, based on the content-filtering algorithm.

BookExchange Domain

Contain domain models, their configurations and repositories

BookExchange Infrastructure

Contains the implementation of repositories for interacting with databases and dbContext.

SQL Server acts as a main database, which contains all of the data. ElasticSearch db contains only the information of books and allows to perform smart queries.

BookExchange IdentityServer

Authentication is implemented as a server, following resource owner credentials workflow and using IdentityServer4.

BookExchange React

Client side of the application. React with Typescript.

Screenshots

book-exchange-app's People

Contributors

dimatrubca 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.