Skip to content

dnc1994/ABS

Repository files navigation

ABS

Another Bookstore System

Project for Database Course @ Fudan University

demo: http://quietshu.github.io/ABS-frontend/dist/

Author

Shu Ding

Linghao Zhang

Build & run

Frontend

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.

Backend

  • pip install web.py
  • pip install gevent
  • pip install psycopg2
  • python server.py

Dependencies

  • web.py
  • gevent
  • psycopg2
  • angular.js
  • bootstrap
  • rdash
  • chart.js
  • gulp
  • npm & bower

License

MIT License