The application requires the following command to be run within its directory before it is functional:
- A
.env
file with the following variables declared at the root of the application:
# Local Database Information
DB_HOST=[]
DB_USER=[]
DB_PASSWORD=[]
DB_NAME=[]
That the database schema and sample data be installed with the following command:
node install