Skip to content

A simple task list API written in numerous different languages.

Notifications You must be signed in to change notification settings

dmetzner/TaskList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskList

This project provides the RestAPI implementations for a simple TaskList.

Currently, following implementations exist:

  • C
  • GO
  • NodeJS
  • PHP
  • Python
  • Rust

A simple frontend used by all sub-projects is provided.

Setup

After installing the dependencies for each project, every API server can be configured and started with the make commands:

make prepare
make build
make run

The setting can be configured in the config.mk files.

  • default port: 5000
  • default SQLite database: tasks.db

Testing

Pytests check the API. GitHub Actions automatically run them on every contribution for every server.

About

A simple task list API written in numerous different languages.

Resources

Stars

Watchers

Forks

Releases

No releases published