Skip to content

AhmadKabakibi/iparkmini

Repository files navigation

iparkmini

🅿️ iparkmini 🚙

Build Status Coverage Status js-standard-style

Install

npm install

Run

Need Docker Community Edition installed: `docker-compose up`
npm run start

CLI Tasks

assuming all csv files are located uneder ./resources

Load default set of cars into database
npm run load-csv <filename>.csv

Run Lint
npm run lint
npm run lint-fix

API Demo

Import Postman collection IParkMini.postman_collection.json

API

TODO:

  • Improve redis setup
  • Integrate socket.io with api implementation
  • Add user interface to check and load parking lots

implement Story 3 As a user I want to get a list of all the money I'm making GET /inventory/$(T) should give me the total inventory of all the parking lots. example output:

	`{
	"totalAmountOfCars": 6,
	"value": 14.70,
	"discountInCents": 50
	}

Maintainers

@AhmadKabakibi

Releases

No releases published

Packages

No packages published

Languages