Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

PetCare-Manager/petcaremanager-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<<<<<<< HEAD

petcaremanager-backend

=======

Setup

Quick start

Before all, you need to have ready your database.

Install dependencies

npm run install

Environment variables

Now you need to create a .env file and set up this variables.

  • PORT : Express port to listen.
  • DB_URI : URL to your database.
  • NODE_ENV : To set

Run server

If you are in development mode:

npm run dev

Tests

Run once of the following commands for make tests.

Run all tests

npm run test

Run test with coverage

npm run test:cov

f246fc4 (First commit)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors