Giter Club home page Giter Club logo

bsc-arbitrage-frontend's Introduction

Project Intro

The Frontend of the BSC Arbitrage Tracker

Project Structure

A list of folders and what to expect

  • client - contains all frontend code
  • server - contains all backend code

client folder structure

  • src - The main folder
  • src > App.js - Entry point of the app
  • src > App.css - All app styles
  • src > assets - All images
  • src > components - All child components used in parent components
  • src > config - All custom functions, table columns, etc.
  • src > pages - All app pages
  • src > redux - All store slices for global state management
  • src > .env - All environment urls for accessing the backend api.

server folder structure

  • index - The main api file
  • .env - Database variables

Installation Guide

  1. Clone/Download Project file
  2. Unzip project file (If clone then skip this step)
  3. Open terminal window and split the terminal window
  4. On the left terminal, run the following command to install client dependencies:

NOTE: If you don't have yarn installed, please use npm

  • cd client
  • yarn install
  • yarn start
  1. On the right terminal, run the following command to install server dependencies:
  • cd server
  • yarn install
  • yarn run server
  1. At this point your frontend and backend should be running. Let's setup the database.
  2. Launch your XAMPP software and start the Apache and MySQL services.
  3. Go to phpmyadmin on your browser and import the database.sql file located inside the server folder.

bsc-arbitrage-frontend's People

Contributors

shawnlrh avatar

Watchers

 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.