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

https://github.com/jlsachse/ergo-audit-backend


https://github.com/jlsachse/ergo-audit-backend

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

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
```