Skip to content

TickLabVN/LabSyncro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LabSynchro

Techstack

  • Fullstack framework: nuxt
  • DBMS: PostgreSQL
  • Runtime: bun
  • Code quality assurance: eslint
  • Devops: Github Action, docker

Development guide

Setup

git config diff.lockb.textconv bun
git config diff.lockb.binary true

bun install
bun db:create
bun db:migrate

Development

Start the development server on http://localhost:3000:

bun run dev

Linting:

bun run lint
bun run lint:fix

Production

Build the application for production:

bun run build

Locally preview production build:

bun run preview

About

A laboratory management app that manages the borrowing of devices

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages