CodeDrills-CD / codedrills-recommender

Open source competitive programming problem recommender according to your level
https://recommender.codedrills.io/
GNU General Public License v3.0
15 stars 13 forks source link

Add dockerfile for local development #24

Closed ankur-kayal closed 1 year ago

ankur-kayal commented 1 year ago

Right now for local development, one has to install MySQL server locally, configure it with a username and database, update properties file then run it locally. A lot of things can go wrong while configuring the database locally so we need to add a dockerfile to ease the developers of this kind of repetitive tasks.