This is the backend for an application that manages patients in a veterinary clinic. It allows veterinarians to register and authenticate, as well as manage patients associated with each veterinarian.
- https://raw.githubusercontent.com/jallerangel/apv-backend/main/config/apv_backend_v2.0.zip
- Express
- MongoDB (Mongoose)
-
Clone the repository and enter the
backendfolder. -
Install dependencies:
npm install
-
Create a
.envfile with the following variables:MONGO_URI=your_mongodb_connection_string -
Start the server in development mode:
npm run dev
Developed by JallerDev, based on the course by Juan De la torre.