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
$ bundle install
$ bundle exec rake db:setup
$ bundle exec rake db:seed
$ rails s
Need to install:
- [NodeJS] - v13.1.0
- [Yarn] - brew install yarn
$ cd client
$ yarn install
$ yarn start
$ bundle exec rspec
https://www.getpostman.com/collections/088f7f441d90b20a3cf4
- Change authentication method use shortlive & refresh token instead of longlive token
- UI/UX