Skip to content

a78738825/TodoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TodoApp

A Simple Flask app made in Python3.

Contact and Tools used :



A Simple Flask Todo Webapp made in Python3 for Testing purpose with Mongo NoSQL database.

Build Status Downloads Stats

Installation

OS X, Linux & Windows:

git clone https://github.com/a78738825/TodoApp

pip install flask, flask_pymongo

Usage example

If Python3 is Installed, run following in Terminal or Powershell.

py app.py

For more examples and usage, please refer to the Wiki.

Development setup

Creating a Virtual Enviroment (optional but recommended)

OS X & Linux:

Create virtual enviroment :

pip install virtualenv

virtualenv venv

Activate virtual enviroment :

source venv/bin/activate

For Deactivating virtual enviroment you can run deactivate

Windows:

Create virtual enviroment :

pip install virtualenv

virtualenv venv

Activate virtal enviroment :

.\venv\Scripts\activate

For Deactivating virtual enviroment you can run deactivate

Contributing

  1. Fork it (https://github.com/a78738825/TodoApp/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published