jeffseo / ChampionMasteryPlanner

A tool for League of Legends users to plan out how many games are needed to obtain the champion points they want
1 stars 0 forks source link

Hosting service? #6

Closed jeffseo closed 8 years ago

jeffseo commented 8 years ago

We need a server to host our files and be able to display the pages.

  1. Investigate and find potential sites
  2. Because the files written are solely based off of javascript and ultimately client-side based, we may need to port over the functionalities to a server-based script (?). This also fixes our current issue of including the API key in the javascript. Investigate. Related to #4

Possible candidate is to learn & use node js

jeffseo commented 8 years ago

I am currently looking into using Django and python

jeffseo commented 8 years ago

Seems like django works. Currently porting the functions written in js to python django server

jeffseo commented 8 years ago

Merged to master