Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.04 KB

README.md

File metadata and controls

53 lines (33 loc) · 1.04 KB

Carltons Auto Group API

A simple car dealership management application built in .NET Core 3.1, Entity Framework Core, Angular, and SQL Server. This CRUD application is built in Angular to consume a .NET Core Web API backend.

Getting Started

Clone or fork the project onto your local machine Install the dependencies

Prerequisites

You will need to have the following installed in order to run this project on your machine.

Visual Studio
Node
SQL Server

Installing

A step by step series of examples that tell you how to get a development env running

Steps to get the API layer working:

CarltonsAutoGroupApi

$ dotnet run

Steps to get the UI layer working:

CarltonsAutoGroupUI

$ ng serve -o

And repeat

until finished

Built With