This project is an Order Management System designed to help businesses manage their orders efficiently. It provides features such as order tracking, inventory management, and customer management.
Follow these steps to set up and run the project locally:
- Clone the repository:
git clone https://github.com/yourusername/ordermanagement.git
cd ordermanagement- Install dependencies:
npm install- Set up the env
- Set up the env:
Create a .env file in the root directory of the project and add the following environment variables:
VITE_MAPBOX_ACCESS_TOKEN=`your_key`Make sure to replace your_keywith your actual mapbox and secret key.
- Start the application:
npm run dev- Access the application:
Open your browser and navigate to
http://localhost:5173.
Use the following credentials to log in:
- Username: admin
- Password: admin