https://github.com/emilio2hd/zssn-challenge
https://github.com/emilio2hd/zssn-challenge
api challenge rails ruby
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/emilio2hd/zssn-challenge
- Owner: emilio2hd
- Created: 2023-06-13T23:19:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-13T23:20:19.000Z (about 3 years ago)
- Last Synced: 2025-04-06T01:22:14.886Z (about 1 year ago)
- Topics: api, challenge, rails, ruby
- Language: Ruby
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ZSSN (Zombie Survival Social Network)
=====================================
[](https://gitlab.com/emilio2hd/zssn/commits/master)
# 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
```