Skip to content

CodingMikey/TripKeeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡️ Trip Keeper | ASP.NET Core 3.1 MVC Fullstack Application ⚡️

This app is used for storing a driver’s trip information and how much it pays!

Tripkeeper

Features

⚡️ 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

Getting Started 🚀

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites 📋

You'll need Git | .NET Core 3.1 | SSMS | MS SQL

How To Use 🔧

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

Technologies used 🛠️

Authors

Acknowledgments 🎁

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.

About

ASP.NET MVC Core | Entity Framework Core | Azure SQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages