-
This is my Database Management Systems Lab Mini Project
-
As a part of this mini project we have implemented the database of a delivery system like Fedex ,Blue Dart or Amazon Supply Chain.
-
TechStack Amazon RDS , Nextron.
-
Following is the database schema designed on dbdiagram.io
- As part of the project we have also implemented an desktop application tool to interact with this DBMS , its built with nextron.
# with npx
$ npx create-nextron-app my-app --example with-javascript
# with yarn
$ yarn create nextron-app my-app --example with-javascript
# with pnpx
$ pnpx create-nextron-app my-app --example with-javascript
$ cd my-app
# using yarn or npm
$ yarn (or `npm install`)
# using pnpm
$ pnpm install --shamefully-hoist
# development mode
$ yarn dev (or `npm run dev` or `pnpm run dev`)
# production build
$ yarn build (or `npm run build` or `pnpm run build`)