This source code is part of Spring Boot, Security, MongoDB, Angular 8: Build Authentication tutorial
localhost:8081
## dcmongodb
elif test "$1" = "dcmongodb"
then
cd $base/docker
wait
pwd
if test "$2" = "up"
then
docker-compose -f docker-compose-mongodb.yml up -d
else
docker-compose -f docker-compose-mongodb.yml "$2"
fi
##
- either gradle or maven
github\spring-boot-mongodb-security-angular-frontend
[email protected] / test
- Can use spring-boot-simples/spring-boot-jpa-mongodb to create data
- User not needed, can be populated by Angular Frontend
- Use Postman