emilio2hd / zssn-challenge

Repository from Github https://github.comemilio2hd/zssn-challengeRepository from Github https://github.comemilio2hd/zssn-challenge

ZSSN (Zombie Survival Social Network)

build status

Getting started

Before start the application, execute:

bundle exec rake db:create
bundle exec rake db:migrate
bundle exec rake db:seed

Now, you can run the application ;)

Docker & Docker Compose

To start the application using docker, execute:

docker-compose up -d
docker exec -it zssh-api bash -lc "bundle exec rake db:seed"

API Documentation

The documentation can be found at doc folder, or running the application and browsing http://0.0.0.0:3000

To generate the documentation, execute on terminal:

rake apipie:static

About


Languages

Language:Ruby 99.1%Language:Dockerfile 0.5%Language:HTML 0.3%Language:Shell 0.1%