Skip to content

Greentech-Apps-Limited/order-management-dashboard

Repository files navigation

Order Management Dashboard

This is an Order Management Dashboard built using Next.js.

Installation

Clone the repository:

git clone <repository-url>
cd order-management-dashboard

Use the recommended Node.js version:

nvm use

Install dependencies:

npm install

Environment Variables

Set up environment variables:

  • Create a new file named .env.local in the project root.
  • Copy the content from .env.example to .env.local.
  • Update the NEXT_PUBLIC_API_BASE_URL variable with your API base URL:
NEXT_PUBLIC_API_BASE_URL = "https://example.org/api"

Running the Application

Now that you have installed the project and configured the environment, you can run the application:

npm run dev

Visit http://localhost:3000 in your browser to access the Order Management Dashboard.

License

This project is licensed under the MIT License

About

Frontend web dashboard for managing orders.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published