Skip to content

My first attempt at creating a backend REST API with Go

Notifications You must be signed in to change notification settings

franz-net/todolist-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todolist-backend

A REST API for a Todo list written in Python using Flask

Libraries used:

  • Marshmallow - For serializing/deserializing
  • Flask - For serving the API

Features:

  • getTasks (api/v1/task) - GET - Returns a list of tasks
  • addTask (api/v1/task) - POST - Adds a new task to the list of tasks

TO DO (pun intended...):

  • Add a backend DB to hold the tasks
  • Add due date and created date to facilitate ordering on the front end
  • Create User class and fields
  • Associate a User with a Task
  • Add Authentication using JWT

About

My first attempt at creating a backend REST API with Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published