https://github.com/alexcorvi/apexo
A web/desktop application to manage your dental clinic practice.
https://github.com/alexcorvi/apexo
clinic clinic-data dental dentistry
Last synced: 7 months ago
JSON representation
A web/desktop application to manage your dental clinic practice.
- Host: GitHub
- URL: https://github.com/alexcorvi/apexo
- Owner: alexcorvi
- License: mit
- Created: 2018-08-26T09:02:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-07T06:10:20.000Z (over 1 year ago)
- Last Synced: 2024-05-27T12:12:19.245Z (about 1 year ago)
- Topics: clinic, clinic-data, dental, dentistry
- Language: TypeScript
- Homepage: https://apexo.app
- Size: 32.1 MB
- Stars: 77
- Watchers: 7
- Forks: 44
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Apexo Dental Clinic Manager
### Building from source & Deployment
After cloning the repository, run `yarn install`, this will install the required dependencies. then run `yarn run prod` to build for production, or `yarn run dev` to build for development.
### Scripts
- `yarn run prod`: build for production.
- `yarn run dev`: build for development.
- `yarn run lint`: run ts-lint on the project.
- `yarn run serve`: run a localhost server that serves the files in `dist/application/`.
- `yarn run build-desktop`: will create a desktop electron application that loads the URL: `web.apexo.app`.
- `yarn run upload`: will upload the files in `dist/application/` to `web.apexo.app` and `demo.apexo.app`.
- `yarn run deploy`: will build the application in production mode and then upload it just like the aforementioned script.
- `yarn run jest`: will run unit tests.
- `yarn run cypress`: will run e2e tests.### Documentation
- [Documentation](https://docs.apexo.app/)
---
License: The MIT License (MIT) - Copyright (c) Alex Corvi