An open API service indexing awesome lists of open source software.

https://github.com/quocdut/bookingcare

Web đặt lịch khám bệnh
https://github.com/quocdut/bookingcare

chatbot ejs-express hospital javascript medicine mysql nlp-machine-learning

Last synced: 8 months ago
JSON representation

Web đặt lịch khám bệnh

Awesome Lists containing this project

README

          

# shared-doctor-care

## Quickstart (after downloading this project)

1. Open this project with your favorite editor(IDE), eg: Visual Studio Code
2. Run the command (to install the node_modules): npm install
3. Copy the .env.example, create a new file, name ".env" in root folder (the same level with .env.example)
4. Create the database: open Mysql Workbench or PHP myadmin or any database management system, run the "database.sql" in the "database" folder.
It will automatically create a new schema, name "doctorcare" in your database.
5. Update the .env file

- If you use "no-password" to login to your database, this variable "DB_PASSWORD" will be blank, otherwise, provide your password.
Default, I use the root account. If you use other accounts, change the "DB_USERNAME" variable.
- With the variable "MAIL_USERNAME", is your email
"MAIL_PASSWORD" is your email app password (not your email's password). you need to generate one here: https://myaccount.google.com/apppasswords
( Select App: Mail, Select Device: Windows Computer -> Generate )

6. To run this app, use the command: npm start
7. Enjoy!

Note: Bài này được remake từ khóa học FullStack SERN