/ensalamento-back

Trabalho da disciplina de Design de Software

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Ensalamento-back

Getting Started

 git clone https://github.com/brendonhps/ensalamento-back.git
 cd ensalamento-back
 npm i 
 node server/server.js

Prerequisite: install Node.js

If you haven't already installed Node, download and install Node.js. For best results, use the latest LTS (long-term support) release of Node.js.

{% include warning.html content="LoopBack does not support Node.js versions prior to 4.x. " %}

Install LoopBack tools

Although in theory, you could code a LoopBack application from scratch, installing a LoopBack CLI tool makes it much easier to get started. It will scaffold an application that you can then customize to suit your needs. For more information, see Command-line tools.

You have two options for LoopBack tools:

You can also use the legacy StrongLoop CLI tool slc.