Skip to content

imsdolta/Stories

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stories

Application to write and share stories

Live demo stories


📂 What's inside?


.
├── helper
|── middleware
│── models
├── public
├── routes
└── views
│    ├─── error
│    │─── layouts
│    ├─── partials
│    └─── stories
│-- index.js
│-- package.json
└─── README

Tech

  • node.js
  • MongoDB (mongoose)
  • Express
  • Google OAuth
  • passport
  • sessions
  • handlebars (hbs) template engine
  • Materialize

Installation

Use the package manager npm to install Application.

Installation

cd Stories
npm install 
npm run dev

Authentication with google and github

  • Github github Create Application to use github authentication
  • Also create API keys for Google+ application from google cloud console

visit passportjs to see how these strategies are implemented and instructions

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

A website to post stories made with nodejs,hbs, Oauth and Materialize css framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published