Welcome to my Fish Grocery Store. It developed by express.js

Instructions on how to run the application locally.

Clone the project.

    git clone https://github.com/waliullah9099/grocery-store-backend.git

Go to project directory

    cd the project

Install require dependance

    npm install

Run server

npm run start
Then check how to work this project go to Postman or client side dashboard
For Postman

Get all post

http://localhost:5000/api/v1/products

Get Single post

http://localhost:5000/api/v1/posts/:id
How to work from Client side dashboard

if you want to show or go dashboard.

 http://localhost:5173/dashboard

Show all posts

 http://localhost:5173/products