Skip to content

diakymenko/task_manager_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Manager Backend

The backend part of the Task manager project using Python Flask to create a simple task list with an ability to view existing tasks, add new tasks, delete and mark a task as completed. Includes:

  • core functionality to view, add, delete and update tasks
  • validation for POST, PATCH and DELETE requests
  • intergation tests for endpoints and error messages

Instructions on running the app:

  1. python -m venv venv
  2. source venv/bin/activate
  3. pip install -r requirements.txt
  4. flask run

About

The backend part of the Task manager project using Python Flask to create a simple task list with an ability to view existing tasks, add new tasks, delete and mark a task as completed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages