Skip to content

epicodus/epicenter

Repository files navigation

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. rails db:create && rails db:schema:load && rails 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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published