ananthamapod / Auditor

Web tool with compiled database of classes offered at various universities that helps people audit/attend classes during the free time in their schedules
0 stars 0 forks source link

Auditor

This is a web app with a user compiled database of classes offered at various universities that helps people audit/attend classes during the free time in their schedules

Just throw in a full list of where you are at what times during the day, and you can find classes that are open to the public along your route.

Screenshot

Setup

First you need to install the docker-related tools if you don't have them already.

  1. Check out the docker install directions for your particular operating system here at the docker site.
  2. Docker-compose installation instructions can be found here.

Running the app

git clone https://github.com/ananthamapod/Auditor
cd Auditor
docker-compose up
...

Aand we're off!

Tools

Implementation

More detailed implementation document coming soon.

Development

Running everything as containers and using docker-compose is not recommended for development. Run just the services that you're working on. Test against local database/redis/elasticsearch instance or a database/redis/elasticsearch container.