LorenzoBe / LeetPlug

This is a browser extension that is able to interact with LeetCode official site. The main goal is to be able to track the activities on each problem and all the related events: submissions, time spent coding the solution, repetitions of a problem.
https://leetplug.azurewebsites.net/
GNU General Public License v3.0
101 stars 8 forks source link

Instructions for local setup #11

Open kishvanchee opened 3 years ago

kishvanchee commented 3 years ago

Thank you for the extension. Would it be possible to have this as a local setup as opposed to having it on your server? It would be great if some instructions were present.

LorenzoBe commented 3 years ago

Hi @kishvanchee I never run it totally in a local setup. The service can run, no problem, just follow these instructions: https://github.com/LorenzoBe/LeetPlug#how-to-setup-the-environemnt-to-collaborate It will run locally on Flask. The problem is the DB. I used an Azure Cosmos DB for it o_O I think you can run some docker with the local emulator, but don't have experience in this