Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.19 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.19 KB

Coverage status Code climate

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: [email protected] and password
  9. to sign in as a student, use: [email protected] and password

License

GPL2