rubikvn / RubikVNdotOrg

Source code for https://www.rubikvietnam.org
2 stars 0 forks source link
cubing speedcubing vietnam wca

RubikVN.org Build Status

Source code for https://rubikvietnam.org/

Getting involved

Shoot me an email at vttrung12@gmail.com and tell me which part of the project you'd be interested in. Or simply clone this repo, make some changes, create a pull request. If approved, you will be invited to the team.

Current progress

Implemented functions

Running the server locally

Make sure that your 8000 and 3306 port are clear (i.e no service on your computer is using it). Have Docker and Docker compose ready, whatever OS you're using. Clone this repository to your machine, cd into it, then run:

docker-compose up -d --build

#then
bash scripts/setup_db.sh       # For MacOS or Linux
bash scripts\setup_db.win.sh   # For Docker on Windows

Installation may take a while depending on your internet connection. After everything is done and you see 2 containers have been set up. Open your favorite browser and visit "localhost:8000/", you should see the index page of the website.