#Simple Updates App
##Requirements
- Node and npm
- MySQL
##Installation
-
Clone the repository:
git clone [email protected]:tardiva/SimpleUpdates-A2
-
Install the application:
npm install
-
Place MySQL connection settings in
server/server.js
-
Run
scripts/create_schema.sql
-
Start the application:
npm start
-
View in browser at
http://localhost:8000