• 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.
- Node
- Express
- Mongoose
- MongoDB
- Express Handlebars
- Passport Google OAuth2 for authentication
Replace MONGO_DB_URI in app.js with your mongoDB URI.
const uri = MONGO_DB_URI;
Update config/keys_dev.js with your Google Client Id,Secret
googleClientID: GOOGLE_CLIENT_ID,
googleClientSecret: GOOGLE_SECRET
# Install dependencies
npm install
# Start
npm start
- VidJot - An app for jotting down ideas for future Youtube videos.
- Blog Posts - REST API for blog posts.
- Todo App - A Todo List App.
- Contact System - A RESTful service to contacts using Node.js