Skip to content

ngi80/microservice-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Microservice Samples

Full TODO List Micro Services Stack. The Goal is to explore Micro Services Architecture

The technologies in use are :

  • Spring Boot, Cloud
  • mongodb

Prerequisites

To be able to run this sample you need:

  • jdk 8+
  • maven

Configure the database

1 install mongodb - if not the case go to mongodb

2 When installed start mongo using:

> mongod

3 In a new terminal connect to mongo shell:

> mongo

4 Create the "todos" database:

> use todos

At the end of this step you should have a mongodb installed locally. Check it by typing in the mongodb shell this command :

> show dbs

Project modules

About

microservice architecture implementation training

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages