Duke-fleed / ConstructionEquipmentRental

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Construction Equipment Rental system

Construction equipment rental system consists of ASP.NET Core backend API and ReactJs frontend app, located in Backend and Frontend folders respectively.

Using the system it is possible to:

  • See the list of available equipment
  • Select desired equipments and enter number of days for rent
  • Make a rental request and generate invoice

Run

docker-compose up command can be run in the root directory to start up both applications.

Frotnend app will launch on http://localhost:3000.

Implementation

Details of technical implementation can be found in app specific README files in the respective folders.

About


Languages

Language:C# 59.1%Language:JavaScript 33.6%Language:HTML 4.1%Language:CSS 2.2%Language:Dockerfile 1.0%