Skip to content

Another Bookstore System (-frontend), part of my homework of Database System Concepts course in Fudan CS. 这是个典型的 AngularJS+Bootstrap app.

License

Notifications You must be signed in to change notification settings

shuding/ABS-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

| ABS / frontend |

Another Bookstore System.

Built files in gh-pages branch, check out the demo (no db connected yet)!

Installation

Requirements

Build

  1. Clone the repository: git clone https://github.com/quietshu/ABS-frontend.git.
  2. Install the NodeJS dependencies: sudo npm install.
  3. Install the Bower dependencies: bower install.
  4. Run the gulp build task: gulp build.
  5. 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.

Development

  • APIs instruction can be found in API.md.
  • Continue developing backend APIs further by editing src/script/apis.js.

Acknowledgements

License

The MIT license, 2015 (c) GitHub.

喵!

About

Another Bookstore System (-frontend), part of my homework of Database System Concepts course in Fudan CS. 这是个典型的 AngularJS+Bootstrap app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published