Skip to content

SamipPoudel58/nodejs-ts-google-oauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blog cover image

Demo Project for a blog

🚀 Local Development

Run the project in your machine locally.

Step 1: Clone the repository

Clone the repo locally using:

git clone https://github.com/SamipPoudel58/nodejs-ts-google-oauth.git

Step 2: Install Dependencies

Install dependencies in the root folder

cd nodejs-ts-google-oauth
npm install

Step 3: Setup Environment Variables

You will need to provide your own .env variables, here's how you can do it:

  • create a new file .env in the root
  • open .env.example
  • copy the contents and paste it into your own .env file
  • make sure you replace the values with your own valid values

Step 4: Run the server

npm run dev

About

Google Oauth using Typescript, Node.js, Express.js, Passport.js & MongoDB.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published