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
- Host: GitHub
- URL: https://github.com/silvae86/lbaw_2016_tutorial
- Owner: silvae86
- Created: 2016-04-26T18:14:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-01T16:18:22.000Z (over 8 years ago)
- Last Synced: 2025-08-11T20:41:12.907Z (11 months ago)
- Language: JavaScript
- Size: 8.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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]]