暂无描述

Frans Bergman 2cee2529c3 Add LICENSE 7 年之前
app 51840c0e09 Initial commit 7 年之前
bin 51840c0e09 Initial commit 7 年之前
config 51840c0e09 Initial commit 7 年之前
db 51840c0e09 Initial commit 7 年之前
lib 51840c0e09 Initial commit 7 年之前
log 51840c0e09 Initial commit 7 年之前
public 51840c0e09 Initial commit 7 年之前
test 51840c0e09 Initial commit 7 年之前
tmp 51840c0e09 Initial commit 7 年之前
vendor 51840c0e09 Initial commit 7 年之前
.gitignore 51840c0e09 Initial commit 7 年之前
Gemfile 51840c0e09 Initial commit 7 年之前
Gemfile.lock 51840c0e09 Initial commit 7 年之前
LICENSE 2cee2529c3 Add LICENSE 7 年之前
README.md 8ff2575766 Improve README 7 年之前
Rakefile 51840c0e09 Initial commit 7 年之前
config.ru 51840c0e09 Initial commit 7 年之前
package.json 51840c0e09 Initial commit 7 年之前

README.md

SchoolPlatform

This project is a platform for interaction between students, teachers and administrative staff in a school environment.

License

All SchoolPlatform source code is licensed under the MIT License. See LICENSE.md for details.

Getting started

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