Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.
/ Jobs Public archive

MVC ASP.NET web app to track job applications

Notifications You must be signed in to change notification settings

borelli28/Jobs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Job Application Tracker

Simple CRUD app in ASP.NET Core MVC, used to track job applications.

Setup

Clone repo git clone https://github.com/borelli28/Jobs.git

Cd into project cd Jobs/App

Create migrations dotnet ef migrations add InitialCreate

Apply migrations dotnet ef database update

Run app server dotnet watch run

About

MVC ASP.NET web app to track job applications

Resources

Stars

Watchers

Forks