Skip to content

Instantly share code, notes, and snippets.

View bogdantarasenko's full-sized avatar

bogdantarasenko

View GitHub Profile
@bogdantarasenko
bogdantarasenko / ror-api.markdown
Created October 7, 2021 16:43 — forked from withoutwax/ror-api.markdown
Guide on how to create an API-Only Application with Ruby on Rails 5

Creating an API-Only Application with Ruby on Rails

01 - Create a new API-only Rails app

rails new ror-app-name --api

02 - Basic Scaffold

01 - Model

This step is for creating a very basic level of model for us to work in. If you know already, or wish to apply your own custom models with relationships you can skip this step.

@bogdantarasenko
bogdantarasenko / .gitlab-ci.yml
Created January 28, 2021 18:58 — forked from Mazuh/.gitlab-ci.yml
Example of gitlab CI/CD for a create-react-app application on Amazon S3 Bucket.
image: nikolaik/python-nodejs:latest
stages:
- install
- test
- deploy
prodInstall:
stage: install
script: