Skip to content

Latest commit

 

History

History
 
 

app_crud_api

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Instructions for downloading and compiling the Docker image

Attention:

  1. The application run here was developed by Lamek and is very well documented in the links below.
  1. Install Docker and Docker Compose following the instructions on the REQUIREMENTS.md file.

  2. Start the containers.

sudo mkdir -p /docker/adsoft/db_crud_api

cd adsoft/app_crud_api

docker-compose up --build
  1. Access the app in the URL http://localhost:9000 (for HTTP).

  2. Stop the containers.

docker-compose down

PS.: Disabling authentication of mongodb: https://stackoverflow.com/questions/52373098/disable-default-authentication-in-mongo-docker