tuandaodev / Garage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Garage Management System

Deployed URL:

Features

  • Manage location/slot with multiple levels
  • Checkin/checkout
  • Handle multiple vehicle types

Tech

  • .NET Core
  • Angular
  • SQL Server

Installation

Installation guides for API, UI, DB:

* DB

  • Create a new Database in SQLServer with name Garage or any name you want.
  • Open file DB/Script.sql and run it.

* API

  • Open file/solution API/API.sln with Visual Studio
  • Update ConnectionStrings:Garage in appsettings.json with the above DB.
  • CTRL + B to build
  • F5 to run

* UI

  • Open UI folder with Visual Studio Code
  • Open Visual Studio Code command line and enter the below commands
npm i
ng s

About


Languages

Language:TypeScript 72.0%Language:C# 14.4%Language:HTML 7.3%Language:SCSS 4.3%Language:JavaScript 1.1%Language:TSQL 0.9%