Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thescientist13/loopback-poc
https://github.com/thescientist13/loopback-poc
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thescientist13/loopback-poc
- Owner: thescientist13
- Created: 2016-04-09T02:17:22.000Z (over 8 years ago)
- Default Branch: initial-setup
- Last Pushed: 2016-04-09T03:35:32.000Z (over 8 years ago)
- Last Synced: 2024-10-29T03:41:52.399Z (about 2 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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