Test version: (2018_11_21)
The project focuses on creating an API to manage admission, billings, and bills fees for students.
All API documentation can be found here: documenter.getpostman.com
Postman file with all request models postman_collection.json
- Ruby version: 2.5.1
- Yarn
- Node
-
clone the repository
$ git@github.com:vitebo/challenge-integrated-admission.git $ cd challenge-integrated-admission/
-
install all dependencies
$ gem install bundler $ bundler install $ yarn install
-
start the application
$ rails db:create $ rails db:migrate $ rails s