iantheninja / epicenter

An app for Epicodus students, staff, and partner companies - built using Ruby on Rails

Home Page:https://epicenter.epicodus.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build status Code climate Coverage status

Epicenter

This app handles a few different things for Epicodus students, staff, and partner internship companies, including:

  • Tuition
  • Enrollment
  • Attendance
  • Code Reviews
  • Internships

It's designed to be flexible enough that other schools can adopt it with minimal changes.

Contributions from students, alumni, and other schools are welcome! If you'd like to add a feature, please open a GitHub issue to discuss it with the project's maintainers first.

Configuration

  1. git clone https://github.com/epicodus/epicenter.git
  2. cd epicenter
  3. cp .env.example .env
  4. Update the example values in .env as needed
  5. bundle
  6. rake db:create && rake db:schema:load && rake db:seed
  7. rails s and visit localhost:3000
  8. to sign in as an admin, use: admin1@example.com and password
  9. to sign in as a student, use: student1@example.com and password

License

GPL2

About

An app for Epicodus students, staff, and partner companies - built using Ruby on Rails

https://epicenter.epicodus.com


Languages

Language:Ruby 80.0%Language:HTML 17.9%Language:JavaScript 1.5%Language:CSS 0.6%