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
- Host: GitHub
- URL: https://github.com/futuresea-dev/storybooks
- Owner: futuresea-dev
- License: mit
- Created: 2022-01-09T01:24:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-09T01:26:22.000Z (over 4 years ago)
- Last Synced: 2025-08-01T13:03:49.643Z (9 months ago)
- Topics: css, express, javascript, mongoose, nodejs, passport, scss
- Language: Handlebars
- Homepage:
- Size: 1.59 MB
- Stars: 0
- Watchers: 2
- 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
```