Skip to content

Minimalistic todo API with MongoDB data storage

License

Notifications You must be signed in to change notification settings

bartfastiel/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo

Minimalistic todo API with MongoDB data storage

Docker images available at: https://hub.docker.com/repository/docker/bartfastiel/todo

See it in action at: https://bartfastiel-todo.azurewebsites.net

Build it

Prerequisites: Maven

mvn clean package

Run it

Prerequisites: Java JDK 17, MongoDB

java -Dserver.port=<port> \
     -Dspring.data.mongodb.uri=<mongodb uri> \
     -Dspring.data.mongodb.database=<database name> \
     -jar app.jar

Replace <port> with the local port that the app will be listening to.

Replace spring.data.mongodb.uri with a mongo db url (i.e. in the format mongodb+srv://<user>:<pwd>@<mongoserver>/<database>)

Replace spring.data.mongodb.database with a database name, i.e. todo

Clean code

Lines of Code

Coverage Bugs Code Smells

build

About

Minimalistic todo API with MongoDB data storage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published