/lms

Primary LanguageHTML

LMS Test

Tech

Dillinger uses a number of open source projects to work properly:

  • [ReactJS] - HTML enhanced for web apps!
  • [Material UI] - great UI boilerplate for modern web apps
  • [Yarn] - JS Package Manager
  • [Ruby On Rail 6] - BackEnd Server
  • [SQLite] - Database

Installation

Ruby On Rails

$ bundle install
$ bundle exec rake db:setup
$ bundle exec rake db:seed
$ rails s

ReactJS

Need to install:

  • [NodeJS] - v13.1.0
  • [Yarn] - brew install yarn
$ cd client
$ yarn install
$ yarn start

Testing

$ bundle exec rspec

API Document

https://www.getpostman.com/collections/088f7f441d90b20a3cf4

Need improvement

  • Change authentication method use shortlive & refresh token instead of longlive token
  • UI/UX