Skip to content

An example using flask to share text with a mongoDB

Notifications You must be signed in to change notification settings

nathantowell/paste

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Paste

Just a very simple, un-styled, more of an example if anything, paste app. You can paste data into the main page and it will be stored on a mongoDB that is configured. It requires Python 3.5 and Flask.

Configure mongo by putting the URI in the Envrionment Variable 'MONGO_URI'.

export MONGO_URI=mongodb://<user>:<password>@<host>:<port>/<database>

About

An example using flask to share text with a mongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages