Skip to content

Quiz Application handling Questions and Answers

License

Notifications You must be signed in to change notification settings

nifty10m/codequiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codequiz

Quiz Application handling Questions and Answers

Development

To run the codeQuiz locally you need to start a database using Docker:

docker run -d --rm --name pg-codequiz -p 5435:5432 -e POSTGRES_PASSWORD=mysecretpassword camptocamp/postgres:9.6;

The development configuration for this datasource is located in the application-dev.properties which you have to activate in order to use the database for unit tests:

SPRING_PROFILES_ACTIVE = dev

Continuous Integration

Status for image tags built from master: https://circleci.com/gh/nifty10m/codequiz

About

Quiz Application handling Questions and Answers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published