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.gitInstall dependencies in the root folder
cd nodejs-ts-google-oauth
npm installYou will need to provide your own .env variables, here's how you can do it:
- create a new file
.envin the root - open .env.example
- copy the contents and paste it into your own
.envfile - make sure you replace the values with your own valid values
npm run dev