Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.13 KB

install.md

File metadata and controls

38 lines (27 loc) · 1.13 KB

Install Time Stamp

1. Clone the repo and install dependency

You must have nodejs installed

git clone https://github.com/ats1999/time-stamp.git

cd time-stamp

npm i

2. Create .env config

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

Make sure to put this value in google OAuth console

Screenshot from 2022-01-15 07-00-57

3. Start the application

Type npm run dev in terminal

4. Open the application

http://localhost:3000