ac-library
v1.0.40
Published
Project to display AC Library books for checkout and checkin
Readme
#AC Library Project
Project to display AC Library books for checkout and checkin
##Setup
- Run
npm install - Run
npm run start. This will start a file watcher that will update the application whenever it detects file changes. - Go to http://127.0.0.1:8080/webpack-dev-server/# to see the running application.
- Go to http://127.0.0.1:3001/api to see the list of available books via the API
