Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

ipalongengi/Rubix

 
 

Repository files navigation

Rubix

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

Deployed using Heroku:

https://gentle-beyond-16492.herokuapp.com/

Getting Started

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

To run the server locally

> python run.py

Releases

No releases published

Packages

No packages published

Languages

  • HTML 62.2%
  • Python 27.2%
  • CSS 7.5%
  • JavaScript 3.1%