Purpose:
This app enables CU sutdents in the computer science department to schdule study groups with other students. It provides a calendar
interface and an account login so a student can see what groups exist for their classes. Additionally, students can add groups if they
wish to schedule a study group.
Dependencies:
- Recent Node and NPM versions. Downloading the most recent ones is recommended.
- MySQL
- Web Browser of you choice
Build:
- Change MySQL password in config file at /Cinder files-code/CinderConfig.js. This password should match the root user password on you instance of MySQL. If another user is desired, switch the username as well.
- Install Node modules. Run the command: in /Cinder files-code/. This will install all of the other dependencies (other than those listed above).
Run:
- Run the command: in the terminal at /Cinder files-code/. This will start the server at localhost:3006. If you desire to use a differnat port than 3006 or if 3006 is already in use on your system, change the port field in /Cinder files-code/CinderConfig.js.
- Start a web browser of your choice and navigate to localhost:3006.
- Enjoy.