altmshfkgudtjr / QOJ_client

SQL Online Judge System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QOJ LOGO

Q O J

QOJ is Oline Judge System Service you can use SQL! πŸ’»


QOJ Overview


Project Stack πŸ› 

Client

  • Javascript
  • Node JS

Server

  • Flask
  • MySQL 5.7.25

How to run this app? πŸš€

Using Only Node JS

  1. Donwload packages by npm
    npm install
  2. Run devserver using webpack
    npm run devserver
  3. If you want to build source?
    npm run build
    npm run production
  4. Connect Host, Port = 8000 or not (http://localhost:8000)

Using Flask

  1. Download packages by pip3

    pip3 install -r requirements.txt	// Mac or Linux
    
    pip install -r requirements.txt		// Windows
  2. Run application.py using python (your computer must be installed MySQL 5.7.25!)

    python3 application.py		// Mac or Linux
    
    python application.py		// Windows
  3. Connect Host, Port = 5000 or not (http://localhost:5000)


Member : @NB(https://github.com/altmshfkgudtjr), @837477(https://github.com/837477)

About

SQL Online Judge System

License:MIT License


Languages

Language:JavaScript 99.3%Language:HTML 0.7%