Skip to content

jallerdev/apv-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APV Backend - Veterinary Patient Management

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.

Technologies Used

Installation

  1. Clone the repository and enter the backend folder.

  2. Install dependencies:

    npm install
  3. Create a .env file with the following variables:

    MONGO_URI=your_mongodb_connection_string
    
  4. Start the server in development mode:

    npm run dev

Developed by JallerDev, based on the course by Juan De la torre.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors