this project is a (SpringBoot + mongoDB) Rest API
install comunity server V4.0.0 https://www.mongodb.com/download-center#community
shell 1 : .//bin/mongod --dbpath mongoDB is started
shell 2 : .//bin/mongo use stock db.createUser( { user: "stock-pharmacy-dev", pwd: "stockpharmacy1dev", roles: [ { role: "clusterAdmin", db: "admin" },{ role: "readAnyDatabase", db: "admin" },"readWrite"] }, { w: "majority" , wtimeout: 5000 } )
spring-boot:run -Dspring.profiles.active=dev