This code is written in GoLang as a POC.
The Website side code is written in ReactJS and is at Repo
The MySQL DB Dump is at Repo
- Clone this repo using
git clone https://github.com/mohit810/covi-helper-backend-code.git
- open the cloned repo in terminal and Install all the dependency using
go get -d
- To run the website use
go run main.go