"Fantasy sports"-type online trading game with shares.
Fantasy Unicorn is an online game where players participate in autogenerated tournaments, where they choose shares according to the various modifiers and compete with other players.
Fantasy-unicorn-react is a frontend part of the project. Backend lives in Cherry-Squad/fantasy-unicorn-ruby repo.
This project is currently under development.
Fantasy Unicorn is a study project developed by the Cherry-Squad team as part of an assignment on a software engineering course at TverSU, Russia.
- Install these components:
- Node.js >= 16.13.0
- Clone an app and open a terminal in app's folder.
- Edit
.env
file: replace REACT_APP_BACKEND_URL with full URL to the backend. - Run following command:
Then run
$ npm i
npm start
to start a server on 127.0.0.1:9000.