Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 428 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 428 Bytes

Sample Web App

A sample web application using Node + Express on the back-end and AngularJS and Bootstrap on the front-end.

Running the app

Clone this repository, run npm install to grab the dependencies.

Runs like a typical express app:

node bin/www
  or
npm start

Setup mysql database and use myShop.sql to import the database. Check database settings in config.js

###Disclaimer This is still ongoing.