A web application for administration purposes to oversee the cross-border mobile application, including tasks such as user creation and facility addition.
- Clone this repo
git clone [email protected]:IntelliSOFT-Consulting/LHSS-Admin-WebApp.git
- Install dependencies
npm install
- Start the server in watch mode
npm run dev
- Build and run the project
npm run build
npm start
- Build
docker compose build
- Spin-up
docker compose up