mrcsfritsch/skinaapis

By mrcsfritsch

Updated 5 months ago

Made using golang and mongodb as database. RESTFul backend for managing a restaurant.

Image
API Management

109

To set up the application using Docker, follow these steps:

  1. Ensure you have Docker installed on your machine and be logged into a registry (optional).
  2. Ensure you have a mongodb installation.
  3. Run the Docker container:
    docker run -p 9090:9090 -e MONGO_USER=user -e MONGO_PASSWORD=password -e MONGO_PORT=port -e MONGO_HOST=localhost -e MONGO_DATABASE=database yourRepository/skina-lanches-api:version
    
  4. Access the skinaapis service address with the port defined in the command above: http://127.0.0.1:9090/docs/index.html#/

Docker Pull Command

docker pull mrcsfritsch/skinaapis