Please flow the step below
1.Download NodeJS and NPM package. Install nodejs and npm with this doc.
git clone `https://github.com/NhatUS03/SE-DentalClinic`
- Run code
create_and_generate.sql
in folder/backend/database
to create database for using in this project. - Update
PASSWORD_DB
in file .env
Open the cloned project on the terminal and make sure you are at the root directory of the main project.
cd backend
Run code to create node_modules.
npm init
Run this code to install needed package denpend on package.json
npm install
Using code to run project.
npm start
Open your browser and type localhost:8081.
- 21120240 - Nguyen Van Hao
- 21120272 - Truong Anh Khoa
- 21120504 - Nguyen Phuong Nam
- 21120516 - Vo Ba Hoang Nhat
- 21120525 - Le Van Dan Phong
This repo for the Introduction to Software Engineering course project.