Alejogb1 / NodeApp

🎈🎈This app uses Node.js/Express/MongoDB with Google OAuth for authentication🎈🎈

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeApp

Create, delete & edit.

It’s a CRUD web application in which I’ve also added Google Oauth using “passport”, “sessions”, “cookies” and “handlebars” as my template engine. I’ve used MongoDB, to store the users, posts, and sessions. So there’s a lot of things going through this application

image

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

Usage

Add your mongoDB URI and Google OAuth credentials to the config.env file

# Install dependencies
npm install

# Run in develpment
npm run dev

# Run in production
npm start

going well-

About

🎈🎈This app uses Node.js/Express/MongoDB with Google OAuth for authentication🎈🎈


Languages

Language:JavaScript 70.9%Language:Handlebars 27.4%Language:CSS 1.6%