Demo Project for a blog
Run the project in your machine locally.
Clone the repo locally using:
git clone https://github.com/SamipPoudel58/nodejs-ts-google-oauth.git
Install dependencies in the root folder
cd nodejs-ts-google-oauth
npm install
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
npm run dev