Skip to content

Diary is simple diary web based application developed with Python, Flask, MongoDB and love.

License

Notifications You must be signed in to change notification settings

grupyrn/agenda_flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diary

Diary is simple diary web based application developed with Python, Flask, MongoDB and love.

Get started!

First clone or download this repository:

$ git clone [email protected]:GruPy-RN/agenda_flask.git

the next step is create a virtualenv to install all dependencies to:

$ cd agenda_flask
$ vritualenv --no-site-packages .venv
$ source .venv/bin/activate

once the virtualenv is created and activated, we can install all dependencies with pip:

$ pip install -r requirements

Don't forget to set the MONGO_URI environment variable like so:

$ export MONGO_URI='mongodb://username:password@host:27017/diary'

Now, start the server and have fun!

$ python manage.py runserver

About

Diary is simple diary web based application developed with Python, Flask, MongoDB and love.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages