Shakib448 / NextJs-NestJs-MongoDB-Filtering

If you like this give a ⭐️. Enjoy👏

Home Page:https://order-fitering.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest Filter

Installation

$ npm install
# or
$ yarn install

Change api to local server

# Go to client/pages/api/client.ts
  const apiClient = create({ baseURL: process.env.NEXT_PUBLIC_URI });
# Just copy this line
  const apiClient = create({ baseURL: "http://localhost:5000" });

Running the app

# Make sure you are in the server directory.
- cd server
# Just copy this line
# In npm
  npm run dev
# In yarn
  yarn dev

Stay in touch

About

If you like this give a ⭐️. Enjoy👏

https://order-fitering.vercel.app/


Languages

Language:TypeScript 99.2%Language:JavaScript 0.6%Language:SCSS 0.2%