module
0.0.0-20211124073658-99e9ed27ba9d
Repository: https://github.com/graphity/surge.git
Documentation: pkg.go.dev
# README
surge
Run Docker image
Navigate to the root of the project and build Docker image as a superuser
docker image build -t surge .
Run the built Docker image
docker container run -p 8080:8080 surge
Run PostgreSQL using Docker
navigate to the database folder and run the following command
docker-compose up