2022-02-16 15:41:27 +05:30
2021-12-30 18:22:34 +05:30
2021-12-23 18:29:11 +05:30
2021-12-30 18:22:34 +05:30
2021-12-31 12:51:58 +05:30
2021-12-21 15:04:28 +05:30
2021-12-21 02:24:46 -06:00
2021-12-28 18:05:14 +05:30
2021-12-28 18:05:14 +05:30
2021-12-21 18:22:25 +05:30

Plaidware WMS - Core

This project contains the core module for Plaidware's Warehouse Management System (WMS)

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

API_PORT - The port at which the application would listen for requests

MONGODB_URI - The MongoDB connection string

Run Locally

Clone the project and go to the project directory. Install dependencies and run:

  cd <project folder>
  npm install

Start the server

  npm run dev

Deployment

To deploy this project, clone the project and run:

  cd <project folder>
  npm install
  npm start
Description
No description provided
Readme 274 KiB
Languages
JavaScript 100%