Skip to content

Latest commit

 

History

History
71 lines (33 loc) · 1.22 KB

README.md

File metadata and controls

71 lines (33 loc) · 1.22 KB

Delibay

  • 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

image

  • As part of the project we have also implemented an desktop application tool to interact with this DBMS , its built with nextron.

Usage

Create an App

# 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

Install Dependencies

$ cd my-app

# using yarn or npm
$ yarn (or `npm install`)

# using pnpm
$ pnpm install --shamefully-hoist

Use it

# development mode
$ yarn dev (or `npm run dev` or `pnpm run dev`)

# production build
$ yarn build (or `npm run build` or `pnpm run build`)