An open API service indexing awesome lists of open source software.

https://github.com/skwowet/devops-scratchpad

This repo is intended for experimenting with DevOps stuff.
https://github.com/skwowet/devops-scratchpad

devops docker experiment nodejs

Last synced: 9 months ago
JSON representation

This repo is intended for experimenting with DevOps stuff.

Awesome Lists containing this project

README

          

# StoryBooks

> Create public and private stories from your life

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

## Usage

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

```
# Install dependencies
npm install

# Run in development
npm run dev

# Run in production
npm start
```