Skip to content

AashisMhj/billatory

Repository files navigation

Billatory

Bailatory is a Desktop app for print students Bills.

dashboard

Technologies used

  1. React
  2. MaterailUi
  3. Typescript
  4. Tauri
  5. Sqlite

Design Inspired from mantis-free-admin-template

Installation guild

Prerequisite

  • Rust, cargo
  • Nodejs and a package manager

Steps

  1. installing tauri

  2. clone repo

git clone https://github.com/AashisMhj/billatory.git
  1. install packages
    Before install package change the command in tauri.config from yarn to the package manager you are using
# install cargo packages
cd src-tauri
cargo build
## install npm packages
cd ..
yarn

## running in development mode
yarn tauri dev

## build 
yarn tauri build

Upgrading packages

yarn upgrade
# upgrade to latest 
yarn upgrade --latest

## update rust packages
cd src-tauri
cargo update

About

Student Bill Printing Desktop App

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published