StephenRoille / project-b747b7d1a5

2020 DevOps Crash Course (Docker, Terraform, and Github Actions) TRAVERSY MEDIA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StoryBooks

Create public and private stories from your life

This app uses Node.js/Express/MongoDB with Google OAuth for authentication

Requirements

  1. Install Node.js (backend language for application develoment)
  2. Install Docker (utility CLI for containerization)
  3. Install Terraform (infrastructure management)
  4. Install gcloud (utility CLI for Google Cloud hosting)
  5. Install GNU Make (utility CLI tool)

Install

Add your mongoDB URI and Google OAuth credentials to the config.env file

# Install dependencies
npm install

# fix vulnerability issues
npm audit fix

# Run in development
npm run dev

# Run in production
npm start

Credit

Thank to Brad Traversy for sharing its awesome storybook project 👏

About

2020 DevOps Crash Course (Docker, Terraform, and Github Actions) TRAVERSY MEDIA

License:MIT License


Languages

Language:JavaScript 56.9%Language:Handlebars 41.9%Language:CSS 1.3%