Web Development project to create a hub for Rubik's Cube enthusiasts.
The technology used in this project are:
- Python 3.0+
- Flask
- OAuth
- Heroku
- Bootstrap
Fork the master repository from https://github.com/ArvisP/Rubix and clone the fork.
> git clone https://github.com/<yourusername>/Rubix.git
In the directory, create your virtual environment.
> cd Rubix
> virtualenv venv
Don't forget to activate your virtualenv!
> source activate
or
> .venv/Scripts/activate
Make sure to install packages from requirements.txt
> pip install -r requirements.txt
> python run.py