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.
Complete Tutorial (2.5hrs Long) by Brad Traversy: β© Youtube Link
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
.
βββ π 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
Feel free to dive in! Open an issue or submit PRs
MIT Β© Pavan Gandhi