Clueless-Community / collegeAPI

An API that helps you to fetch colleges and their details.
GNU General Public License v3.0
56 stars 60 forks source link

Dockerize the application #168

Closed SanjivKannaa closed 1 year ago

SanjivKannaa commented 1 year ago

Description

dockerizing the application solves the common problem of multiple people contributing to the same code base. Different people might have different versions of a compiler, interpreter or database versions, leading to unwanted errors and time waste.

Additional information

I have worked on many projects for the student-run club I am working with and helped them dockerize the application and thus I will be a good fit for this!