Skip to content

A very simple web api for managing tasks and boards, similar to Trello and Jira. Developed for a technical test.

License

Notifications You must be signed in to change notification settings

leleneme/lattice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lattice

A very simple Web Api for managing tasks, teams and boards, similar to Trello and Jira. Using .NET 7, ASP.NET Core and Entity Framework Core.

This project was developed as an technical test for a job position in the course of 5 days.

Deployment

Some notes about the source code and design decisions

This project does not use what is commonly referred to as Repositories. Since their purpose is to abstract data persistence operations - and I do not intend to use any abstraction other than Entity Framework Core - creating a new abstraction to accommodate more possible kinds of data persistence using Repositories is redundant.

About

A very simple web api for managing tasks and boards, similar to Trello and Jira. Developed for a technical test.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages