You must have nodejs installed
git clone https://github.com/ats1999/time-stamp.git
cd time-stamp
npm i
Create a file named .env
in side time-stamp
and paste the below contents
GOOGLE_CLIENT_ID=
SECRET=
GOOGLE_CLIENT_SECRET=
MONGO_URI=
Now, you can get these value from here
- GOOGLE_CLIENT_ID
- SECRET - it is a random string used to secure token
- GOOGLE_CLIENT_SECRET
- MONGO_URI
Make sure to put this value in google OAuth console
Type npm run dev
in terminal