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
- Host: GitHub
- URL: https://github.com/ujblockchain/echobootcamp
- Owner: ujblockchain
- License: mit
- Created: 2023-09-11T07:15:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-16T10:25:42.000Z (over 2 years ago)
- Last Synced: 2025-07-01T10:48:35.553Z (7 months ago)
- Topics: echo-framework, go, golang
- Language: CSS
- Homepage: https://blockchain.uj.ac.za/
- Size: 1.03 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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)