GithubHelp home page GithubHelp logo

meziu / srb2_highscores Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jjk96/srb2_highscores

0.0 0.0 0.0 40.02 MB

Website to search and filter highscores from mysql

License: The Unlicense

Python 54.01% CSS 4.56% JavaScript 6.62% HTML 1.05% Mako 0.70% SCSS 0.50% Svelte 32.56%

srb2_highscores's Introduction

SRB2 Highscores

Frontend for the data extracted using https://github.com/JJK96/SRB2/tree/speedrun_server

And a page for voting on maps

Setup

  1. clone the repository including submodules
git clone --recursive <url>

or

git clone <url>
git submodule update --init --recursive
  1. Install the dependencies in requirements.txt.
pip install -r requirements.txt
  1. Create settings.py with the following contents:
username = "<database_username>"
password = "<database_password>"
host = "<database_hostname>"
database = "<database_name>"
  1. Build front-end
cd client
npm install
npm run dev
  1. python app.py

Alternatively wsgi can be used to run it in combination with an HTTP server.

Upgrade the database

If a change has been made to the database, the migrations should be run using

flask db upgrade

srb2_highscores's People

Contributors

dependabot[bot] avatar jjk96 avatar meziu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.