Skip to content

Instantly share code, notes, and snippets.

@mmilleruva
Last active May 28, 2019 21:32
Show Gist options
  • Save mmilleruva/504c08ab4e0f3b183e9f0d5d9b0265a2 to your computer and use it in GitHub Desktop.
Save mmilleruva/504c08ab4e0f3b183e9f0d5d9b0265a2 to your computer and use it in GitHub Desktop.
Minimum Viable REadme

Description

https://api.example.com

This is the CRUD api for example.com

Development

  1. This application requires node.js and npm
  2. Copy .env.example to .env and update dummy values.
  3. npm install - Install dependencies
  4. npm start - Start local server

Deployment

Staging

Merging to master automatically triggers a staging build and deployment.

Production

Pushing a tag matching the pattern release-vX.X.X triggers a production build and deployment

Monitoring

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment