GithubHelp home page GithubHelp logo

codefork / stocqres Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mgce/stocqres

0.0 2.0 0.0 6.72 MB

Stock Exchange with CQRS and Events Sourcing in ASP.NET Core and React-Native

C# 80.63% Dockerfile 0.40% JavaScript 15.12% Python 0.60% Java 0.55% Objective-C 1.36% PLpgSQL 0.93% Shell 0.40%

stocqres's Introduction

Stocqres

Stocqres is a stock exchange implementation in ASP.NET Core. I've decided to focus more on using different technologies and new architecture rather than develop business logic. So in the end, the user can only log in or register to the application and buy or sell stock from a stock exchange.

Technology and Architecture

Backend

In this project I have used:

  1. ASP.NET Core 2.1 WebApi
  2. Docker
  3. MongoDb
  4. Sql Server

Databases and main application are in docker containers. Everything is wrapped in docker-compose, so it is easy to run.

On the architecture side, I've used CQRS pattern with Event Sourcing. I decided to implement it by myself. This solution is only for development purpose, and it is still growing. So please, do not copy it to production, it would be a distaster.

Frontend

It is the first time when I used React-Native for frontend purpose. I decided to make only a mobile application, but thanks to redux, it could be reused for the web application, but I don't plan it.

The react-native app include:

  1. React-native-navigation
  2. Redux with redux-persist and redux-thunk
  3. NativeBase for components

The mobile app is in folder StocqresMobile.

How to run it?

To run up the project you must enter to the main folder and use the command docker-compose up. That's it.

stocqres's People

Contributors

mgce avatar

Watchers

 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.