A simple clinic application that allows doctors to create consulation records by using express + MySQL.
clone the entire project. Then run the following command:
### run in terminal
docker-compose up --build
### run in background
docker-compose up --d1.1 Create with repeated email

2.0 Login with correct email and password

2.1 Login with incorrect password

2.2 Login with non-existed email

3.0 Login with Bearer Authentication

3.1 Login without Bearer Authentication

3.2 Login with incorrect Bearer Authentication

4.0 Search Record with from, to, limit and offset varible with Bearer Authentication

4.1 Search Record with from, to, limit and offset varible with incorrect Bearer Authentication


