Skip to content

proyectosbeta/api-productospy

Repository files navigation

api-productospy

The productspy api. (Backend)

Tecnologies

  • Node v14.20.0
  • Express 4.18.1
  • NPM 8.19.1

Configuration

.env

cp .env.example .env

Change variables for .env

APP_PORT=3030
URL_DOMAIN="https://books.proyectosbeta.net"
MONGO_CONNECTION=mongodb://localhost:27017/

Install

npm install

Running the app (develpment)

npm start

Documentation

Access

Releases

No releases published

Packages

No packages published