Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1 KB

README.md

File metadata and controls

35 lines (24 loc) · 1 KB

warehouse

This is a practice project using SQLite database, ASP.Net Core and REACT.

API Project:

Using Entity Framework and SWAGGER with the following NuGet

  • Microsoft.AspNetCore.Mvc.Newtonsoft.Json
  • Microsoft.EntityFrameworkCore (6.0.1)
  • Microsoft.EntityFrameworkCore.Design (6.0.1)
  • Microsoft.EntityFrameworkCore.InMemory (6.0.1)
  • Microsoft.EntityFrameworkCore.Sqlite (6.0.1)
  • Microsoft.EntityFrameworkCore.SqlServer (6.0.1)
  • Microsoft.EntityFrameworkCore.Tools (6.0.1)
  • SQLite (3.3.0)
  • Microsoft.VisualStudio.Web.CodeGeneration.Design
  • Swashbuckle.AspNetcore (6.2.3)

The following defaulted URL proxy

Corse should be enabled.

REACT Project:

Developed in Visual Studio Code and you need to install Material UI. It consist of 1 page that shows a list of cars in different warehouse, user can view the location of the car and also purchase the selected car.

TO RUN THE PROJECT:

  • Run WAPI project before Running Warehouse APP from console.