Skip to content
This repository has been archived by the owner on Mar 14, 2021. It is now read-only.

Latest commit

 

History

History
53 lines (36 loc) · 1.34 KB

README.md

File metadata and controls

53 lines (36 loc) · 1.34 KB

API Backend » Node.js

Build Status Dependencies Coverage Status Maintainability

TP » Insumos Médicos » UNQ » ArqSoft

Repo Central » Info y Documentación

TL;DR

git clone https://github.com/unq-arqsoft-difi/covid-back-node.git
cd covid-back-node
npm i
npx sequelize db:migrate
npm run start

La API quedará levantada en http://localhost:9001

Install & Run

Download

git clone https://github.com/unq-arqsoft-difi/covid-back-node.git
cd covid-back-node

Install

npm i

Run Migrations

npx sequelize db:migrate

Start

npm run start

La API quedará levantada en http://localhost:9001