Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 496 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 496 Bytes

FlashCard

Flash Card application in Spring Boot and MongoDB as backend

How to Use -

  1. Install mongoDb - https://docs.mongodb.com/manual/installation/. Start mongoDb as
  2. mongod -dbpath=/Users/cgsharma/Documents/mongodb/data/db/
  3. Build FlashCard application as maven build. This will give you a jar file.
  4. Run the jar file which will connect to the mongo client running on default port.
  5. java -jar flashcard-0.1.0-SNAPSHOT.jar
  6. Access your application here - http://localhost:8080/