Skip to content

ktonneh/todo

Repository files navigation

todo

todo list api project

The project is developed using python flask framework.

It demonstrates:

  1. Creating a REST API
  2. Securing the endpoints using web tokens.
  3. Using SQLALCHEMY to connect & interact with the database.
  4. Test Driven Development (TDD)
  5. Use of Continuous integration tool to automate buld and deployment.
  6. Applicaton will be deployed in Heroku cloud platform.

Setting up the Application.

Application developed with Python 3.5.3

Create a virtual environnment in the project directory with the command

virtualenv flask

This creates a virtual environment named 'flask'

I have create a file named requirements.txt that has python and flask extensions needed to be installed for the project

run the command: flask\Scripts\pip install -r requirements.txt to install the packages (windows)

About

todo list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published