Website Repo: https://github.com/JayNightmare/SDP-Website
Adult Equation:
eGFR =
Child Equation:
eGFR =
-
MongoDB Integration:
- The server requires a MongoDB URI (
DB_URI) and database name (DB_NAME), indicating it supports database operations.
- The server requires a MongoDB URI (
-
Configurable Server Port:
- You can configure the server's port using the
PORTvariable.
- You can configure the server's port using the
-
JWT Authentication:
- The presence of
JWT_SECRETsuggests features related to user authentication using JSON Web Tokens.
- The presence of
Follow these steps to set up the project locally:
# Clone the repository
git clone https://github.com/[b-sass or JayNightmare]/SDP-server.git
# Navigate into the project directory
cd SDP-server
# Install dependencies
npm installTo start the server:
npm startOr, if you have nodemon installed:
nodemon index.jsExplain how to configure the server, e.g., environment variables:
PORT: The port the server will listen to (default:3000).DATABASE_URL: Your database connection string.
This project is licensed under the CC0 1.0 License.