Skip to content

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

Notifications You must be signed in to change notification settings

epicodus/epicenter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3c9d1a1 · Oct 25, 2024
Oct 25, 2024
Feb 9, 2023
Dec 19, 2023
Sep 21, 2023
Sep 20, 2023
Jun 19, 2014
Mar 6, 2023
Oct 25, 2024
Oct 25, 2024
May 12, 2015
May 17, 2023
Jul 29, 2022
May 17, 2023
Jan 2, 2023
Apr 7, 2016
Apr 7, 2016
Sep 14, 2023
Feb 9, 2023
Nov 10, 2014
Aug 4, 2023
Aug 23, 2023
Dec 19, 2023
Mar 5, 2021
Mar 4, 2023
Dec 27, 2022
Nov 20, 2017
Jan 12, 2023
May 22, 2022

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