Skip to content

Ingenious-c0der/deliBay

Repository files navigation

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`)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published