Skip to content
Raymonf edited this page May 8, 2021 · 7 revisions

TAP++ | Trentoniana Archive Project++

The objective of our module is to provide an easy-to-use interface accessible to users who may not have the highest proficiency in technology-usage to view and filter through Trenton residents’ oral histories and their transcripts simultaneously. In other words, our module’s objective is to create an alternate, improved version of the archive.org website for the Trentoniana audio collections.

  • The project spec document can be found at docs/Specs.pdf.
  • The project model document can be found at docs/Model.pdf.
  • The database schema (DDL) can be found at db/schema.sql. Test data for the database (DML) can be found at db/test-data.sql.
  • To learn how to set up the project for development, see the Installation page.
  • To automatically create the database, you can run ./db/create.sh from a command line window, or run php artisan migrate after configuring the website.
Clone this wiki locally