Teachbook is a Ruby on Rails Application that serves as an avenue for teachers and students to conduct academic activities online.
View the app here »
The pandemic has exposed the faulty education system that we currently have. Without face-to-face classes, both teachers and students are having a hard time in following the curriculum, thus compromising the quality of education. The most affected are the students and teachers in pre-school to grade school level, where learning is crucial because kids are in their formative years. Unlike college students, those who are under the basic education level do not have proper and accessible online venue for academics.
- create a class
- add students to class
- create an activity
- view submitted activities
- create an assignment
- view and grade submitted assignments
- post to a class
- comment to a post
- be added to a class
- answer an activity
- submit an assignment
- view activity and assignment scores
- post to a class
- comment to a post
To get a local copy up and running follow these simple example steps.
- Must have Ruby on Rails installed on your system in order to edit the app
- Clone the repo
git clone https://github.com/LoboRich/educ-network.git
- Go to your folder and install all the bundles
cd educ-network bundle install
- Installing yarn
yarn install --check files
- Migration
rails db:migrate rails db:seed
- Start the server
rails server
- Include Parents
- Additional question types in exams
- Support more file extensions when uploading assignment
- Improve visual design
Kimcarl Cacas - [email protected]