Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malikov0216/blockchain
https://github.com/malikov0216/blockchain
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/malikov0216/blockchain
- Owner: malikov0216
- Created: 2021-11-22T16:19:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-22T16:25:08.000Z (about 3 years ago)
- Last Synced: 2024-11-08T00:27:54.797Z (about 2 months ago)
- Language: Go
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### To run the application:
```
make build && make run
```If the application is running for the first time, you need to apply migrations to the database:
```
make migrate
```