# Hawksoft_CRUD **Repository Path**: lanicon/Hawksoft_CRUD ## Basic Information - **Project Name**: Hawksoft_CRUD - **Description**: CRUD application for Hawksoft - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-21 - **Last Updated**: 2021-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Hawsoft_CRUD CRUD application for Hawksoft I, Rasika Surve, spent around 2 hours on this project. Mostly because my nuget package manager refused to work. Please update the appsettings in the solution file from my server to your server name - "DefaultConnection": "server=RSURVEX-MOBL1. This project has db migrations that can be run using the command db ef database update This will basically create a table called User in the database HawksoftRasika on your local. You can then just run the solution in VS 2017 IIS Express. Navigate to https://localhost:44325/user for the UI. This application does basic CRUD. I did not write any test cases. Also I did not write a data seeder for 20000 records.