Skip to content

Latest commit

 

History

History
74 lines (72 loc) · 1.98 KB

README.md

File metadata and controls

74 lines (72 loc) · 1.98 KB

Simple Flask message board with MongoDB & Redis

Get started

  • Open bash
  • Clone project
  • Create virtual environments
  • Activate it
  • sudo service redis-server start
  • sudo docker-compose build
  • sudo docker-compose up

Now, for the best work you need to install Postman

Running program

In the end you will see something like that:

  • { "comments": [ { "text": "comment" } ], "message": "This message has 2 tags and 1 comments", "ok": true, "tags": [ { "text": "tag" }, { "text": "tag2" } ] }