Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prabha1729/storybooks
App to share public or private stories
https://github.com/prabha1729/storybooks
expressjs mongodb mongoose nodejs passport-google-oauth private-stories storybooks
Last synced: about 1 month ago
JSON representation
App to share public or private stories
- Host: GitHub
- URL: https://github.com/prabha1729/storybooks
- Owner: prabha1729
- Created: 2020-08-04T16:56:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T11:29:26.000Z (almost 2 years ago)
- Last Synced: 2024-09-30T22:42:05.353Z (about 2 months ago)
- Topics: expressjs, mongodb, mongoose, nodejs, passport-google-oauth, private-stories, storybooks
- Language: JavaScript
- Homepage:
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StoryBooks
• Developed a web-based application using Google OAuth2.0 which allows users to create and share private, public stories and has access to post, edit, and delete their stories.## Live Demo
[StoryBooks](https://desolate-springs-73884.herokuapp.com/)
## Reach out to me
[](https://www.linkedin.com/in/prabhakargaddam/)
[]()
## Built with
- Node
- Express
- Mongoose
- MongoDB
- Express Handlebars
- Passport Google OAuth2 for authentication
## Usage
Replace MONGO_DB_URI in app.js with your mongoDB URI.
```javascript
const uri = MONGO_DB_URI;
```
Update config/keys_dev.js with your Google Client Id,Secret
```javascript
googleClientID: GOOGLE_CLIENT_ID,
googleClientSecret: GOOGLE_SECRET
```
```
# Install dependencies
npm install# Start
npm start
```
## You may also like...- [VidJot](https://github.com/prabha1729/VidJot) - An app for jotting down ideas for future Youtube videos.
- [Blog Posts](https://github.com/prabha1729/RESTful-Service-Blog-Post) - REST API for blog posts.
- [Todo App](https://github.com/prabha1729/Todo-App) - A Todo List App.
- [Contact System](https://github.com/prabha1729/RESTful-Service-for-Contact-Entry-System) - A RESTful service to contacts using Node.js