Command based parking lot system
input.txt
as input commands.
processes the instructions like Park
, Leave
etc. and outputs the job completion
in output.txt
.
Parking lot system that takes file for eg : Prerequisites
Installed golang in system. No framework required.
Working and start up
Unit tests
- Run
go test github.com/bron10/parking-lot/packages
Architecture.
Following is the basic architecture
ToDo
- dockerFile
- Optimizations