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.
git clone https://github.com/epicodus/epicenter.git
cd epicenter
cp .env.example .env
- Update the example values in
.env
as needed bundle
rake db:create && rake db:schema:load && rake db:seed
rails s
and visit localhost:3000- to sign in as an admin, use:
admin1@example.com
andpassword
- to sign in as a student, use:
student1@example.com
andpassword
GPL2