Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 736 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 736 Bytes

BlogIt-Backend

Live At :- view

Running Video :- view

How to run ?

$ git clone https://github.com/shekhutsav1962001/BlogIt-Backend.git
$ BlogIt-Backend
$ npm install 
$ npm run dev

.env format

NODE_ENV = "development"
URL = "your database url goes here"
CLIENTID="clientid for login with google"
JWTSECRETKEY="your secret key"
KEYFILE = "key file's name for upload image in gcp bucket"
BUCKET = "your bucket name"

Give a ⭐ if you like it.