Skip to content

A work management app built with ASP.NET, MySQL, Angular, and .Net MAUI

Notifications You must be signed in to change notification settings

SethShoemaker/Shifterr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shifterr

Shifterr is a web app that allows organizations to easily manage their work schedules. It uses ASP.NET for data handling, MySQL for data storage, and Angular for the user interface. The app is built for multi-tenancy, meaning it is set up to work with a single data store for all organizations that use the application.

Run Locally

To create a development environment for Shifterr, you will need the following

Web API

Migrate Entity Framework to your MySQL server

dotnet ef database update

Run the application in development more

dotnet run

Web Interface

Run Angular server

ng serve

About

A work management app built with ASP.NET, MySQL, Angular, and .Net MAUI

Resources

Stars

Watchers

Forks