Skip to content

davi-silva/slot-machine-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slot Machine Simulator

MERN Stack-based slot machine simulator as requested during the recruitment process.

IMPORTANT

Make sure Node.js and Yarn are installed in your machine.

1 Dependencies Installation

1.1 Via installation bash script:

To run the automatic installation script simply run the following commands inside the slot-machine-simulator folder:

sudo chmod +x install_dependencies.sh && ./install_dependencies.sh

After running the command above all servers should be already up and running.

1.2 Manual installation

First you need to manually install the Express server dependencies by running the following:

In the root folder run:

yarn install ; cd backend ; yarn install ; cd ../frontend ; yarn install ; cd .. ; yarn run dev

After running the command above all servers should be already up and running.

Designed and Developed by Davi Silva

2 Start the servers after installation

To start the frontend and the backend servers after the installation, navigate to the root folder and simply run the following command:

yarn run dev

This React app is also available at:

https://davi-slot-machine.herokuapp.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages