Skip to content

Task Management application using .NetCore 3.1, Entity Framework and Sqlite under construction

Notifications You must be signed in to change notification settings

tiemimaeda/TaskManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Task Manager

Description

This is a task management application where you will be able to:

  • Create, Edit and Delete Applications
  • Create, Edit and Delete Users
  • Create, Edit and Delete Tasks

🚧 Under construction... 🚧

  • Improve status field
  • Implement order by date or status
  • Graph to show number of tasks
  • Create a login page

Running the application

# Clone this repository
$ git clone https://github.com/tiemimaeda/TaskManager.git
# Open the folder
$ cd TaskManager/TaskManager

# Open VSCode
$ code .

# Execute the application
$ dotnet watch run

# The server will start at port:5000 - access <http://localhost:5000>

OR

Just simply open the TaskManager.sln on Visual Studio and run the application (F5).

About

Task Management application using .NetCore 3.1, Entity Framework and Sqlite under construction

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published