Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.97 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.97 KB

Node.js CI Standard Version and JSDoc
Test Deployment: Build Status
Prod Deployment: Build Status

University of Scouting

A transcript and schedule reporting tool.

Setup

Create a .env file containing a DATABASE_URL environment variable. This is a MongoDB connection string, such as you might get from mongodb.com's MongoDB hosting service. Also, create a SESSION_SECRET containing a random string.

If DEBUG=console, then extra debugging data will be provided on the console. Do not enable DEBUG for production deployments.

DATABASE_URL=mongodb+srv://<username>:<password>@<host>/<dbname>?retryWrites=true&w=majority
SESSION_SECRET=abc123
DEBUG=console

If you are a council other than Longhorn Council, then you will want to update views/footer.ejs to replace the included Google Analytics snippit with your own (or remove it).

Documentation

View the generated documentation.

Author

Copying

This software is released under the MIT License. See LICENSE for details.