Self-destruct messaging app. Send notes and files that will self-destruct after being read.
With this method, you don't need all tools for development but the minimum to run dependencies and app.
Requirements:
- Docker
- Make
And run all with this command:
make docker-run-allAccess app from http://localhost:8000.
And be happy.
Requirements:
- Golang 1.18+
- Docker
- Make
Run dependencies with docker:
make docker-dependenciesRun app:
make runAnd access app from http://localhost:8000 and API from http://localhost:8000/api.