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

https://github.com/futuresea-dev/storybooks

storybooks
https://github.com/futuresea-dev/storybooks

css express javascript mongoose nodejs passport scss

Last synced: 13 days ago
JSON representation

storybooks

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