Skip to content

lonmarsDev/packform-exam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exam backend

Exam backend is writin in golang, it serve api and import data from csv to mongodb and postgres database.

Requiments

golang version 1.13 mongodb postgres Sql

Installation

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

Usage

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

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

backend api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages