Skip to content

08-rudra/Notes-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

-Notes

Notes web app

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

About

Notes web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors