Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/altmshfkgudtjr/qoj_client
SQL Online Judge System
https://github.com/altmshfkgudtjr/qoj_client
Last synced: about 2 months ago
JSON representation
SQL Online Judge System
- Host: GitHub
- URL: https://github.com/altmshfkgudtjr/qoj_client
- Owner: altmshfkgudtjr
- License: mit
- Created: 2020-04-29T10:42:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-10T16:34:03.000Z (almost 4 years ago)
- Last Synced: 2024-11-24T19:19:36.970Z (2 months ago)
- Language: JavaScript
- Size: 11.2 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![QOJ LOGO](./dist/static/images/info1.png)
# Q O J
> QOJ is Oline Judge System Service you can use SQL! 💻
---
![QOJ Overview](./dist/static/images/info2.png)
---
## 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
```shell
npm install
```
2. Run devserver using webpack
```shell
npm run devserver
```
3. If you want to build source?
```shell
npm run build
npm run production
```
4. Connect Host, Port = 8000 or not
(http://localhost:8000)
#### Using Flask1. Download packages by pip3
```shell
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!)```shell
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)