Skip to content

danilashkerdin/micro-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Micro-Blog

Simple blog based on microservices architecture and realized on python django-rest-framework

For starting service in Docker you should make folowing steps:

  1. Change directory to the root directory of the service:
cd LikeService/
  1. Build docker image from Dockerfile
docker build -t [like|post|comment]-service .
  1. Run container from image
docker run -p <port>:8000 [like|post|comment]-service

Then go to your browser, open 0.0.0.0:<port>

So you can create/read/update/delete likes|comments|posts

https://www.djangoproject.com/

https://www.django-rest-framework.org/

About

Simple blog based on microservices architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors