A platform to manage digital entertainment store.
You can find an installation guide here.
- Ruby version: 2.3.1
- Rails version: 5.1.2
- Clone the repo.
- At the terminal type
bundle install
thenrake db:seed
to create an admin and finallyrails s
to start the server - Open browser on
http://localhost:3000
. To access the Administrator Dashboard open the browser onhttp://localhost:3000/dashboard