Skip to content

🦷 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.

Notifications You must be signed in to change notification settings

marcode24/smart-dental-frontend

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published