Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
[LinkedIn](https://www.linkedin.com/in/prabhakargaddam/)
[Gmail]()


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