⚡️ Modern UI/UX Design
⚡️ ASP.NET Core 3.1 W/ MVC
⚡️ Automates redundant invoice total calculations
⚡️ Fully Responsive + DateTime Picker
⚡️ Table with full pagination, search and more
⚡️ Authorization W/ Custom ApplicationUser properties
To view a demo example, click here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You'll need Git | .NET Core 3.1 | SSMS | MS SQL
From your command line, first clone Trip Keeper:
# Clone this repository
$ git clone https://github.com/CodingMikey/TripKeeper.git
# Go into the repository
$ cd tripkeeper
# Remove current origin repository
$ git remote remove origin
# In the dictory of tripkeeper you must add migrations
$ Add-Migrations [migration name]
# In the directory of tripkeeper you must update after migrations
$ Update-Database
- .NET Core 3.1 - .NET Core is a cross-platform version of .NET
- Microsoft SQL Server - Relational Database Management System (RDBMS)
- Entity Framework Core - Modern Object-Database Mapper
- SQL Server Management Studio - Used for managing any SQL infrastructure, from SQL Server to Azure SQL Database.
- Microsoft Azure - Cloud computing service
- DataTables - DataTables is a plug-in for the jQuery Javascript library
- Bootstrap 4 - Front-end component library
- Michael Galas - https://github.com/CodingMikey
I was motivated to create this web application because I wanted to give drivers a better way to keep track of their trip information that also automatically calculates how much a trip paid. Using this web application is 40% faster than filing out a physical trip sheet paper.