_Note: development server url: https://backend-w4ap.onrender.com/
-
Clone the repository:
git clone [email protected]:Medilog-org/Backend.git cd Backend
-
Install dependencies:
npm install
-
Start the server:
npm start
- Or run on dev using nodemon
npm run dev
Configuration settings can be adjusted in the config/index.ts
file. Make sure to set the appropriate values for your environment.
- First create a new branch
- Run
npm run build
- Run
npm run format
- Next run
git add .
- Run
git commit -m "commit message" --no-verify
- Push to the newly created branch and open a pull request to the master branch.
Description: Welcome message and documentation link.
Response:
{
"message": "Welcome to MediLogs Server",
"docs": "https://docs.medilog.com"
}
For detailed information about the user APIs, refer to the User Documentation.
This project is licensed under the MIT License - see the LICENSE file for details.