Another Bookstore System
Project for Database Course @ Fudan University
demo: http://quietshu.github.io/ABS-frontend/dist/
Clone the repository: git clone https://github.com/dnc1994/ABS.git.
Install the NodeJS dependencies: sudo npm install.
Install the Bower dependencies: bower install.
Run the gulp build task: gulp build.
Run the gulp default task: gulp. This will build any changes made automatically, and also run a live reload server on http://localhost:8888.
Ensure your preferred web server points towards the dist directory.
pip install web.py
pip install gevent
pip install psycopg2
python server.py
- web.py
- gevent
- psycopg2
- angular.js
- bootstrap
- rdash
- chart.js
- gulp
- npm & bower
MIT License