This project is an API that simulates a medical system, allowing users to register as either patients or doctors and create, update, and remove fictitious hospital consultations.
As the engine, NodeJs; as the framework, Nestjs (an ExpressJs framework);
This is what you need, if you want, to contribute with this project 😁...
Technologies required.
-
Node 18.* minimum
https://nodejs.org/en/download -
npm latest
npm install npm@latest -g
-
Clone the repo
git clone git@github.com:JoaoGSP/weather-app.git
-
Install the packages
npm install # or yarn -
Run the development server
npm run dev # or yarn dev # or pnpm dev
