Skip to content

dulibrarytech/digitaldu-backend

Repository files navigation

Digital Collections Backend - digitaldu

Table of Contents

README

Background

The backend of the University of Denver's Digital Collections repository, https://specialcollections.du.edu.

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
Have ElasticSearch 7.10
cd into digitaldu-backend
npm install
Add .env file in root folder (see .env-example)
Import mysql schemas "repo" and "repo_queue" to db, schemas found in db folder.  Change extensions from .txt to .sql
run "node repo.js"
http://localhost:8000/login

Maintainers

@freyesdulib

Acknowledgments

@kimpham54, @jrynhart, @jackflaps, @josephlabrecque

https://github.com/ColorlibHQ/gentelella

Project Documentation

Releases

Contact

Ways to get in touch:

  • Kim Pham (IT Librarian at University of Denver) - kim.pham60@du.edu
  • Create an issue in this repository