Skip to content

chandragauravsharma/FlashCard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/