Closed OmidKhodaparast2002 closed 1 month ago
Some of them are already done in the project setup that we did yesterday. Some are partly done and need some changes. I have checked the acc criteria that are done. Please @ me if there are any ambiguities, or ask in the discord channel.
I added that extra requirement to the issue description @YingchaoJiStone :)
I added another acceptance criteria (The back-end setup shall be modular to facilitate later development and maintenance) to the issue description.
User Story
As a doctor,
I want the system to have a working back-end,
so that so that I can use it to send patient data to the front-end for visualisation.
Acceptance Criteria
Express
framework to handle HTTP requeststypescript
as part of the dependencies allowing developers to use types to make the code readable and understandablenodemon
andmorgan
packages installed.nodemon
allows the back-end to restart running upon changes made to the code.morgan
logs incoming HTTP requests to the console./api/v1
. When a request is sent to this route, the messageWelcome to Codeiologist
shall be sent to the front-endPORT
.404
and the messageNot found.