curlybraces / frontend-odonto

An Frontend aplication for a dental clinic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

frontend-odonto

A Quasar Framework app

Main features

Login

Navegation

Odontogram

Add dentist

Consults

Dentists procedures

Prerequisites

Getting Started

Clone the repository

git clone https://github.com/EmersonBraun/frontend-odonto

select laradock folder in project and execute command:

docker-compose up -d

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

npm run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.

Built With

  • Quasar - Build high-performance VueJS user interfaces in record time.
  • Vue - The Progressive JavaScript Framework.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

An Frontend aplication for a dental clinic

License:MIT License


Languages

Language:Vue 89.1%Language:JavaScript 9.7%Language:HTML 0.5%Language:CSS 0.5%Language:Dockerfile 0.2%