Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bradtraversy/storybooks
Node.js app with Google OAuth
https://github.com/bradtraversy/storybooks
Last synced: 3 months ago
JSON representation
Node.js app with Google OAuth
- Host: GitHub
- URL: https://github.com/bradtraversy/storybooks
- Owner: bradtraversy
- License: mit
- Created: 2020-06-19T13:13:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-22T11:31:12.000Z (6 months ago)
- Last Synced: 2024-07-31T19:41:50.328Z (5 months ago)
- Language: JavaScript
- Size: 169 KB
- Stars: 556
- Watchers: 15
- Forks: 874
- Open Issues: 42
-
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
```