Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 339 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 339 Bytes

express-angular-mysql-crud

Steps to run app. This is a very basic CRUD app

1 Run npm install in server
2 Run bower install and npm install in client
3 run npm start in server
4 run grunt serve in client
5 import my sql db
6 update the db credentials in server/config/db_connect.js
7 run http://localhost:3000/