Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```