An open API service indexing awesome lists of open source software.

https://github.com/ujblockchain/echobootcamp

Echo framework bootcamp repository
https://github.com/ujblockchain/echobootcamp

echo-framework go golang

Last synced: 6 months ago
JSON representation

Echo framework bootcamp repository

Awesome Lists containing this project

README

          

![image info](https://blockchain.uj.ac.za/static/images/main-logo.png)

# SARChI
South Africa-Switzerland Bilateral Research Chair in Blockchain Technology aims to explore blockchain integrations with real-world applications and development in Agric food.

## Database
Set environment variable for postgres database using Viper. Database connection is needed for Gorm. Replace "..." with your credentials.

```
DNS: "host=localhost user=postgres password=... dbname=... port=... sslmode=disable TimeZone=Africa/Johannesburg"
```

## Deployment
Follow step by step gist for deployment using: [Echo Deployment](https://gist.github.com/ujblockchain/9152d51a574791ed95b7e4a39ae83a18)