Skip to content

jsalguero94/pethome_raffle_backend

 
 

Repository files navigation

PetHomeRD Raffle Server

Requirements

  • Node version ^13.12.0
  • Yarn version ^1.22.4

Setup?

Config the database access

cp .env.example .env

Run the app

# Production
yarn start

# Development
yarn start:dev

The app should be running on localhost:3000

Routes

Get Winner: GET http://localhost:3000/v1/winner

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.6%
  • Dockerfile 4.4%