thomasreolon2 / PattynExchange

Mike Patyn Group .NET Core , SignalR, Angular - BitCoin Exchange introduce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PattynExchange

Made by GitHub last commit GitHub

About the project   |    Technologies   |    Getting started   |    How to contribute   |    License

πŸ‘‹ Hey there! Tom Here πŸ˜ƒ

Github Linkedin Instagram Facebook Medium StackOverFlow

πŸ“š About the project

This project is a introduce with .NET Core SignalR and Angular to future PattynExchange project lidering by [- Myke Pattyn] πŸš€ πŸ’œ

This application is designed to an bitcoin exchange panel and real-time update with signalR.

πŸš€ Technologies

Technologies that I used to develop this application

❕❕ Requirements

πŸ“ Structure (main)

PattynExchange
      β”œβ”€β”€ ClientApp
      β”‚       └── src
      β”‚            β”œβ”€β”€ app
      β”‚            β”‚     β”œβ”€β”€ appcomponet.css
      β”‚            β”‚     β”œβ”€β”€ app.component.html
      β”‚            β”‚     β”œβ”€β”€ app.componet.ts
      β”‚            β”‚     β”œβ”€β”€ app.module.ts
      β”‚            β”‚     └── app.routing_module.ts
      β”‚            β”‚                 
      β”‚            β”œβ”€β”€ models     
      β”‚            β”‚      └── bitsell_sell.ts
      β”‚            β”œβ”€β”€ services
      β”‚                   └── bitpat.service.ts                         
      β”œβ”€β”€ Hubs
      β”‚    └── BitPattHub.cs
      β”‚
      β”œβ”€β”€ Models
      β”‚      └── BitPatt_SELL.cs
      └── Startup.cs  

:bowtie: Initialize

Follow the steps below

On PattynExchange folder:

# App folder
/cd ClientApp

# Installing Dependencies
/npm install

/cd ..

# Start:
/dotnet run

:5001

πŸ‘€Release History

  • 0.1.9

    • Real time Chart.js update from (market values)
    • Responsiveness
    • Animations
  • 0.1.6 (Next)

    • Market List
    • Buy Orders
    • SideNav
    • Authentication Flow
    • Navigation
  • 0.1.10 (Concluded)

    • SignalR
    • Sent,Received -UniqueID
    • UI base layout
    • default components
  • previous (0.0.7, 0.1.0)

πŸ€” How to contribute

Make a fork of this repository

# Fork using GitHub official command line
# If you don't have the GitHub CLI, use the web site to do that.

$ gh repo fork thomasreolon2/PattynExchange

Follow the steps below

# Clone your fork
$ git clone your-fork-url && cd pattynexchange

# Create a branch with your feature
$ git checkout -b my-feature

# Make the commit with your changes
$ git commit -m 'feat: My new feature'

# Send the code to your remote branch
$ git push origin my-feature

After your pull request is merged, you can delete your branch

πŸ“ License:

This project is licensed under the MIT License - see the LICENSE file for details.


Made with πŸ’œ  by Thomas Reolon πŸ‘‹  

See my linkedin

About

Mike Patyn Group .NET Core , SignalR, Angular - BitCoin Exchange introduce

License:MIT License


Languages

Language:TypeScript 30.0%Language:HTML 29.9%Language:CSS 20.0%Language:C# 15.9%Language:JavaScript 4.2%