Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.11 KB

README.md

File metadata and controls

55 lines (34 loc) · 1.11 KB

DU Exhibits Backend

Table of Contents

README

Background

Contributing

Check out our contributing guidelines for ways to offer feedback and contribute.

Licenses

Apache License 2.0.

All other content is released under CC-BY-4.0.

Local Environment Setup

Have MySql 5.5 - 5.7
cd into exhibits-backend
npm install
Add .env file in root folder (see .env-example)
Create "logs" folder in web root
Import mysql schemas "exhibits" to db, schemas found in db folder.  Change extensions from .txt to .sql
run "node exhibits-backend.js"
http://localhost:8004/exhibits-dashboard/auth

Maintainers

@freyesdulib, @kimpham54

Acknowledgments

Project Documentation

Releases

Contact

Ways to get in touch:

  • Fernando Reyes (Developer at University of Denver) - [email protected]
  • Create an issue in this repository