Skip to content

Deployment Documentation

Saagar Arya edited this page Dec 1, 2021 · 1 revision

Our frontend application is viewable at https://librarysystem-frontend-321.herokuapp.com/#/.

Our backend application is accessible at https://librarysystem-backend-321.herokuapp.com/.

  • In order to login as a Head Librarian, you can use the following credentials: username: admin password: admin

  • In order to login as a librarian, you can create a librarian account once logged in as Head Librarian

  • In order to login as a patron, you can create a patron account using the sign up button.

Since we did not have access to incorporating the Heroku dashboard directly into the GitHub enterprise team, we did not set up our project to automatically deploy to the frontend nor backend repository. However, our application is automatically deployed once we manually push to the backend or frontend application repositories respectively.

Documentation for each individual page in the frontend is viewable at the top of the .vue files in LibrarySystem-Frontend/src/components.