Skip to content

Instantly share code, notes, and snippets.

View hemershon's full-sized avatar
🏠
Working from home

Hemershon Silva hemershon

🏠
Working from home
View GitHub Profile
@davidleandro
davidleandro / Dockerfile
Created August 1, 2023 20:22
Estudologia Docker config
# Base image:
FROM ruby:3.1.3
ARG _WORKDIR=/estudologia-api
ARG PORT=3000
# Update and install JavaScript Runtime and PostgreSQL dependencies
RUN apt-get update -qq && apt-get install -y nodejs postgresql-client
# Create a new directory for the application in the container
@macteo
macteo / API.md
Created October 17, 2012 11:37 — forked from iros/API.md
Documenting your REST API

Title

<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>

  • URL

    <The URL Structure (path only, no root url)>

  • Method: