/express-angular-mysql-crud

This is a simple custom made boilerplate for MEAN stack. Good to use if you want to start a project from srcatch

Primary LanguageJavaScript

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/