Games Are Art is a project directed at creating a platform to showcase and share artistic video-games. It is currently a WIP.
Clone or download the code from this repo. Install Docker on your machine. Read the Docker Documentation and run the command docker-compose build inside the root project folder to build the docker containers.
From the root project folder, run the command docker-compose up to start all the projects simultaneously. You can then navigate to http://localhost:4201 to access the back-office and http://localhost:3001 to access the API.
## Structure
- gamesareart (root folder)
- server-api (api folder) - a node.js application using mongodb
- back-office - an ember.js application
Contact electricganesha if you have any doubts.