MohameddAli / Notes-NodeJs-CRUD-MongoDB

Notes-NodeJs-CRUD-MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notes-NodeJs-CRUD-MongoDB

Udates

[x] Fixed Mongoose Notes Query Issue 7.0.0

You need:

  • Database (MongoDB)
  • Google Console Account to create the API Auth Key's

Create .env file

Create a .env file to store your credentials. Example below:

MONGODB_URI = mongodb+srv://<username>:<password>@mongodburlhere
GOOGLE_CLIENT_ID= YOUR_GOOGLE_ID_HERE
GOOGLE_CLIENT_SECRET= YOUR_GOOGLE_CLIENT_SECRET_HERE
GOOGLE_CALLBACK_URL=http://localhost:5000/google/callback

Installation

To install and run this project - install dependencies using npm and then start your server:

$ npm install
$ npm start

YouTube Video & Article

YouTube Video

Read Article

YouTube Channel - Raddy

Subscribe to my YouTube Channel

Website

www.raddy.dev

Donations

Buy me a Coffee

About

Notes-NodeJs-CRUD-MongoDB

License:MIT License


Languages

Language:EJS 50.3%Language:JavaScript 40.7%Language:CSS 9.0%