https://github.com/jlsachse/ergo-audit-backend
https://github.com/jlsachse/ergo-audit-backend
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jlsachse/ergo-audit-backend
- Owner: jlsachse
- Created: 2022-10-19T21:14:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-20T09:57:58.000Z (over 2 years ago)
- Last Synced: 2023-11-06T11:36:55.074Z (over 1 year ago)
- Language: Java
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ergo - Ergo Audit Backend Demo - audit-frontend) (🛠️ Development Tooling <a id="development-tooling"></a> / ✨ Examples & Snippets <a id="examples--snippets"></a>)
README
# ErgoAudit Backend
ErgoAudit is an open-source platform to audit projects around and on the Ergo
Platform. Anyone with a web3 experience can analyze an existing project in the
ecosystem. Dao provides templates for analyzing projects in various categories,
such as defi, metaverse, nft, mining, dao and others.## Links
- [Website](https://red-lobster-showcase.link/)
- [Frontend](https://github.com/jlsachse/ergo-audit-frontend)
- [API Doc](https://red-lobster-showcase.link/api/docs)## Docker
Our backend can be easily installed with docker.
Just clone the repository and run the commands below.```sh
cd /ergo-audit-backend
docker build -t ergoauditbackend .
docker container run -d -p [YOUR_PORT]:8080 --env MONGODB_URI=[MONGO_CONNECTION_STRING] --env MONGODB_DB=[DATABASE] ergoauditbackend
```