/book-management-system

Write an simple book management system to learn MEAN(mysql + express + angularjs + node).

Primary LanguageJavaScript

book-management

Write an simple book management system to learn mysql + express + react + node.

Build Setup

# install dependencies
./install.sh

# run as development mode, and service at localhost:8080,front-end at localhost:3000
./dev.sh

# run as production mode at localhost:8080
./start.sh

# build webapp
./build.sh