The short-selling exemptions tracker is a Single Page Appllication that allows users to keep a track of shares in which a Market Making exemption request has been applied for. It futher gives the user to add, delete, download, and search functionality.
Ensure that the following dependencies are readily avaiable within your system:
- Ruby 2.6.1p33
- Github
- React 17.0.1
- Rails 6.0.3.4
Create a single folder and inside that folder clone both repos:
- [email protected]:Tuki2ki2/mme_backend.git
- [email protected]:Tuki2ki2/short_selling_frontend.git
- Split the terminal into two.
- cd mme_backend and cd short_selling_frontend respectively.
- Within mme_backend, set the database, seed it, and migrate as necessary.
- Once the database has been all set-up, run "rails-s"
- Within short_selling_frontend, npm install and npm start
- This will open in your browser.
Please see the license page.