Exam backend is writin in golang, it serve api and import data from csv to mongodb and postgres database.
golang version 1.13 mongodb postgres Sql
git clone git@github.com:lonmarsDev/packform-exam.git
How To change database config file config files are located on db importer - packform-exam/cmd/db-importer/config.json service API- packform-exam/cmd/service-api/config.json
How import data from csv
git clone git@github.com:lonmarsDev/packform-exam.git
cd packform-exam/db-importer
go run *.go
All csv file are located to packform-exam/cmd/db-importer/test_data
How to run api services
cd packform-exam/service-api
go run *.go
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.