Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beanieboi/mtfv-stats
MTFV Player stats
https://github.com/beanieboi/mtfv-stats
Last synced: 24 days ago
JSON representation
MTFV Player stats
- Host: GitHub
- URL: https://github.com/beanieboi/mtfv-stats
- Owner: beanieboi
- Created: 2019-04-08T06:38:12.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-08-18T22:08:00.000Z (about 1 year ago)
- Last Synced: 2024-04-14T06:23:59.716Z (7 months ago)
- Language: Ruby
- Homepage: https://mtfv-stats.de
- Size: 118 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
- Ruby version
Ruby 2.6.2
- Configuration
bundler install
- Database creation
bundle exec rails db:create
- Database initialization
bundle exec rails db:migrate
- Create stats
bundle exec rails scraper:fetch\[2019\]
bundle exec rails maintenance:all
bundle exec rails stats:all- Start app
bundle exec rails s
Visit localhost:3000