odaiwa / Dental-System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dental-System

Project Description

This is a Dental system website that aimed at helping the owner of the dental clinic to divide the work in an excellent manner in order to facilitate his work inside the clinic by organizing rooms, patients and others.

alt text

Things you need to run the project:

  1. node.js : https://nodejs.org/dist/v16.16.0/node-v16.16.0-x64.msi
  2. angular cli : npm install -g @angular/cli
  3. XAMPP (database server) : https://downloadsapachefriends.global.ssl.fastly.net/7.4.29/xampp-windows-x64-7.4.29-1-VC15-installer.exe?from_af=true

Prerequisites:

git clone : gh repo clone odaiwa/Dental-System

Database:

MySQL

Backend API

A Node.js application listening on port 8080 (Databse).

To run the backend api server locally, open a new terminal window and run:

cd Backend npm i # first time only node app # to run the backend

To exit, hit Ctrl-C

Frontend

Angular application, served by nodeJS listening on port 3001.

to run the frontend locally, open a new terminal and run the following commands:

cd Frondend npm i npm start and open http://localhost:4200/

About

License:MIT License


Languages

Language:TypeScript 42.1%Language:JavaScript 39.3%Language:HTML 12.7%Language:CSS 5.8%