Skip to content

kmostofi/warehouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published