Storybooks

📖 Storybooks - Create public and private stories from your life.

MIT License

Stars
1

📖 StoryBooks  

Create public and private stories from your life

WebApp Live at https://storybooks-web.herokuapp.com/

Checkout TheNodeCourse at https://github.com/iampavangandhi/TheNodeCourse

This app uses Node.js/Express/MongoDB with Handlebars for templating and Google OAuth for authentication.

Project Tutorial

Complete Tutorial (2.5hrs Long) by Brad Traversy: ⏩ Youtube Link

Development

Add your MongoDB URI and Google OAuth credentials to the config.env file see config.env.example for details or just run npm run postinstall.

# Install dependencies
npm install

# Run in development
npm run dev

# Run in production
npm start

Folder Structure

.
├── 📁 config                  # Config files
├── 📁 helpers                 # Hbs helper files
├── 📁 middleware              # Expresss middlewares
├── 📁 models                  # Mongoose models
├── 📁 public                  # Public folder
│    └── 📁 css
├── 📁 routes                  # Express routes
├── 📁 scripts                 # Script files
└── 📁 views                   # Hbs views
     ├── 📁 error
     ├── 📁 layouts
     ├── 📁 partials
     └── 📁 stories

Deployment

Contributing

Feel free to dive in! Open an issue or submit PRs

License

MIT © Pavan Gandhi

Credit

Brad Traversy

Badges
Extracted from project README
Deploy