Skip to content

Web Application designed to connect teachers and students and to help manage lessons and permissions for them

License

Notifications You must be signed in to change notification settings

AleksandrRogachev94/study-helper

Repository files navigation

Study Helper

Site on heroku

Blog Post about this application

This web app was made to simplify studing for both students and teachers. Teachers can store there materials privately and open access only to students they want. Students can add users as teachers and access their material.

Schema

Installation

Clone the repository and then execute:

$ bundle

Install postgresql on your system, create environmental variables PG_USER and PG_PASS.

Usage

This guide is about running this application locally (in development environment). Execute:

$ rake db:migrate

If you want, you can use fake data from db/seeds.rb (you can see all necessary data including password in this file). Execute:

$ rake db:seed

To start the server execute:

$ rails s

Go to http://localhost:3000.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/AleksandrRogachev94/study-helper. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

This Web Application is available as open source under the terms of the Apache License.

About

Web Application designed to connect teachers and students and to help manage lessons and permissions for them

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published