Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enigma972/lobiko
A Cloud based blood banks management and search platform
https://github.com/enigma972/lobiko
Last synced: 5 days ago
JSON representation
A Cloud based blood banks management and search platform
- Host: GitHub
- URL: https://github.com/enigma972/lobiko
- Owner: enigma972
- License: mit
- Created: 2022-11-06T19:32:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-14T10:05:14.000Z (about 2 years ago)
- Last Synced: 2023-05-10T11:23:44.553Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lobiko
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/ef2de4b4ff5244e0a53b889fa30800b5)](https://www.codacy.com/gh/enigma972/lobiko/dashboard?utm_source=github.com&utm_medium=referral&utm_content=enigma972/lobiko&utm_campaign=Badge_Grade)A Cloud based blood banks management system (stocks, orders, etc). And facilitate access (research) of bloodstock to hospitals and clinics via an intuitive online search (search engine) portal.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Compile and Minify for Production
```sh
npm run build
```### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```