Skip to content

joelvaneenwyk/connector-google-oauth-ts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Connector

Adapted from the demo project from a blog post.

🚀 Local Development

Run the project in your machine locally.

Step 1: Clone the repository

Clone the repo locally using:

git clone https://github.com/joelvaneenwyk/connector-google-oauth-ts.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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 76.0%
  • EJS 24.0%