https://github.com/samuraikun/quizmaster
https://github.com/samuraikun/quizmaster
javascript rails5 react ruby
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samuraikun/quizmaster
- Owner: samuraikun
- Created: 2018-08-08T10:56:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-15T12:55:18.000Z (about 7 years ago)
- Last Synced: 2025-01-22T12:12:58.347Z (9 months ago)
- Topics: javascript, rails5, react, ruby
- Language: Ruby
- Size: 1.27 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quiz Master
- Simple Quiz Application# UI (Mock)
- https://www.draw.io/?lightbox=1&highlight=0000ff&edit=_blank&layers=1&nav=1&title=quiz_master_quipper.xml#Uhttps%3A%2F%2Fdrive.google.com%2Fuc%3Fid%3D10jrO3Os8olcHXoy0woIDfNv0PVZ-2RVg%26export%3Ddownload
- Gif Image under `./ui_gif`## Server
- Ruby 2.5.1
- Rails 5.2.1
- SQLite(only dev & test envrionment)
- Postgresql 10.4(only production)### Run
```
cd server
bundle install
rails db:create db:seedrails s -p 5000
```## Client
- ES6
- React 16.4.2### Run
```
cd client
npm installnpm run start
```## WIP
- [ ] Frontend Test
- [ ] Improve Style