Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thescientist13/loopback-poc


https://github.com/thescientist13/loopback-poc

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# loopback-poc

## Overview
This is an experimental POC for leveraging [Loopback][] as a backend RESTful API on top of [Node][] and using [MySQL][].

[Loopback]: http://loopback.io/
[Node]: https://nodejs.org/en/
[MySQL]: http://dev.mysql.com/downloads/

## Setup
### Vagrant
It is recommended to install and use [Vagrant][] to develop with. To do so, install Vagrant then run in the
root of this project.

1. `vagrant up`
2. `vagrant ssh`
3. `cd vagrant`

You can know run all the Node / NPM and CLI commands on a Ubuntu 14.04 Linux VM.

[Vagrant]: https://www.vagrantup.com/

### Manual
1. Install Node >=5.x
2. Install Strongloop `npm install -g strongloop`
3. Install dependencies `npm install`

## Running the POC
1. Run `node .`
2. Open `localhost:1981` in your browser