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.
- Host: GitHub
- URL: https://github.com/skwowet/devops-scratchpad
- Owner: skwowet
- License: mit
- Created: 2021-10-23T06:53:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-23T06:54:03.000Z (over 4 years ago)
- Last Synced: 2025-07-04T10:57:54.570Z (10 months ago)
- Topics: devops, docker, experiment, nodejs
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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
```