Frans Bergman 0015a64ddd Add News Posts | 6 years ago | |
---|---|---|
app | 6 years ago | |
bin | 7 years ago | |
config | 6 years ago | |
db | 6 years ago | |
lib | 7 years ago | |
log | 7 years ago | |
public | 7 years ago | |
test | 6 years ago | |
tmp | 7 years ago | |
vendor | 7 years ago | |
.gitignore | 7 years ago | |
Gemfile | 6 years ago | |
Gemfile.lock | 6 years ago | |
LICENSE | 7 years ago | |
README.md | 7 years ago | |
Rakefile | 7 years ago | |
config.ru | 7 years ago | |
package.json | 7 years ago |
This project is a platform for interaction between students, teachers and administrative staff in a school environment.
All SchoolPlatform source code is licensed under the MIT License. See LICENSE.md for details.
First, install imagemagick
using your favorite package manager.
To get started with the app, clone the repo and then install the needed gems:
$ bundle install --without production
Next, migrate the database:
$ rails db:migrate
Finally, run the test suite to verify that everything is working correctly:
$ rails test
If the test suite passes, you'll be ready to run the app in a local server:
$ rails server