Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 693 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 693 Bytes

Write anything from anywhere and at anytime

Getting Started

First, clone the repo using below command:

git clone https://github.com/Mohit251103/blogio.git

After that:

cd blogio
npm install

Run your postgres server (refer: Prisma docs)

Make sure to add environment variables

After connecting the database, run the following command:

npm run dev

Open http://localhost:3000 with your browser to see the result.