marcode24 / smart-dental-frontend

🦷 This application allows you to manage a dental clinic, it allows you to guide a history of the patient, manage the appointments, inventory, employees and patients.

Home Page:https://smart-dental.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smart Dental Frontend

This project was generated with Angular CLI version 13.2.6

Get started

Requirements

Clone the repo

git clone https://github.com/marcode24/smart-dental-frontend
cd smart-dental-frontend

Install npm packages

Install the npm packages described in the package.json and verify that it works.

npm install
ng serve -o

Shut it down manually with Ctrl+C

Environments

Name URL PORT
Localhost localhost 4200
Production www.domain.com

Folder Structure

.
β”œβ”€β”€ src
β”‚ β”œβ”€β”€ app                 # Source code application
β”‚ β”‚ │── auth              # Module for auth feature
β”‚ β”‚ β”œβ”€β”€ core              # Module as Singleton
β”‚ β”‚ β”‚ β”œβ”€β”€ components
β”‚ β”‚ β”‚ β”œβ”€β”€ enums
β”‚ β”‚ β”‚ β”œβ”€β”€ guards
β”‚ β”‚ β”‚ β”œβ”€β”€ interceptors
β”‚ β”‚ β”‚ β”œβ”€β”€ interfaces
β”‚ β”‚ β”‚ β”œβ”€β”€ models
β”‚ β”‚ β”‚ β”œβ”€β”€ services
β”‚ β”‚ β”‚ └── utils
β”‚ β”‚ β”œβ”€β”€ features          # Module for features which compose the application
β”‚ β”‚ β”œβ”€β”€ shared            # Module for components shared between application modules
β”‚ β”‚ β”‚ β”œβ”€β”€ components
β”‚ β”œβ”€β”€ assets              # Styles, images, icons, fonts etc
β”‚ β”œβ”€β”€ environments        # Config by environment (localhost and production)
β”‚ └── styles              # Global styles
└── README.md

About

🦷 This application allows you to manage a dental clinic, it allows you to guide a history of the patient, manage the appointments, inventory, employees and patients.

https://smart-dental.netlify.app


Languages

Language:TypeScript 32.7%Language:CSS 29.1%Language:JavaScript 20.6%Language:HTML 17.5%Language:Shell 0.1%