A web app developed with beego framework using ORM that takes *.csv file and uploads them into a mysql database.
- Clone the Repo.
- Make sure the 3 ports
3306 for MySQL
8080 for the webapp
and3000 for Adminer DBMS
are free - Use the following docker command in the repository directory.
docker compose up
Materializecss For FrontEnd.