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

https://github.com/silvae86/lbaw_2016_tutorial

Demo Project for LBAW 2016 Invited lecture
https://github.com/silvae86/lbaw_2016_tutorial

Last synced: 9 months ago
JSON representation

Demo Project for LBAW 2016 Invited lecture

Awesome Lists containing this project

README

          

# Using ExpressJS, NodeJS and AngularJS
Code for the invited keynote for the Laboratory of Databases and Web Applications curricular unit at FEUP.

### Dependencies

You need MySQL to run this app. Either specify the admin credentials as

username: root
password: root

or customize them in the ``config/config.json`` file.

### Setup and run the server
git clone https://github.com/silvae86/lbaw_2016_tutorial.git
cd lbaw_2016_tutorial
npm install
cd public
bower install
cd ../bin
chmod +x www
./www

### Access app

Open your browser at: [[http://127.0.0.1:3000]]