An open API service indexing awesome lists of open source software.

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.

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