Skip to content

dannycrief/flask-mongo-redis-board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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" } ] }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published