Alterra Academy Final Project : API Covid19 Track
The Project is a mobile application to tracking test results of Covid-19. This project was developed using Golang, Echo, Gorm, MySQLfor database, and deployment using google cloud.
The features of C-Track :
-
User can Register and Login
User Patient Doctor Checker -
Patient can see history of Covid-19 test results
-
Doctor can input patient test results
-
Checker can see history of patient test results
The flow of C-Track mobile application is :

In this app have 8 tables to save data, there are :

To see API Documentation, you can go to https://github.com/pebruwantoro/C-Track_OpenAPI
How to run this project :
- Clone this repository in your $PATH with git clone https://github.com/inasalifatus/c-track.git
- And then cd c-track and make sure you have installed Go and MySQL in your machine.
- Run command go run main.go
