Flash Card application in Spring Boot and MongoDB as backend
- Install mongoDb - https://docs.mongodb.com/manual/installation/. Start mongoDb as
- mongod -dbpath=/Users/cgsharma/Documents/mongodb/data/db/
- Build FlashCard application as maven build. This will give you a jar file.
- Run the jar file which will connect to the mongo client running on default port.
- java -jar flashcard-0.1.0-SNAPSHOT.jar
- Access your application here - http://localhost:8080/