Skip to content

A Paper Trade Account to simulate stock and crypto trades built with symfony

Notifications You must be signed in to change notification settings

leonbubova/paper-hands

Repository files navigation

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • install composer
  • install vagrant (tested with vagrant 2.2.14)
  • install virtualbox (tested with virtualbox 6.1)

Installation

  1. Clone the repo

    git clone https://github.com/leonbubova/paper-hands.git
  2. Copy .envexample and rename it to .env

  3. Copy Homestead.exmpample.yaml and rename it to Homestead.yaml

  4. Edit the path to your project root in Homestead.yaml

    folders:
     -
         map: /path/to/paper-hands
  5. Install composer packages

    composer install
  6. Start your local Vagrant Machine

    vagrant up
  7. Create a new local database in your Vagrant Machine

    php bin/console doctrine:database:create
  8. Run the existing migrations

    php bin/console doctrine:migrations:migrate

That's it for initial setup. You now only have to run vagrant up to start local developement. When you are finished run vagrant halt

You can visit the site on localhost:8000

About

A Paper Trade Account to simulate stock and crypto trades built with symfony

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published