An open API service indexing awesome lists of open source software.

https://github.com/mujhtech/procurement-app

Simple Order Procurement web app using NextJS App Router + API Route
https://github.com/mujhtech/procurement-app

Last synced: about 1 year ago
JSON representation

Simple Order Procurement web app using NextJS App Router + API Route

Awesome Lists containing this project

README

          

# Procurement

### Instruction

Install dependencies

```sh
pnpm install

# Or

yarn install

# Or

npm install
```

Run Locally

```sh
pnpm run dev

# Or

yarn run dev

# Or

npm run dev
```