Smart Park is Rest API that feeds live information about the free parking spaces.
Use the package manager npm to install all dependencies.
git clone https://github.com/genchev99/SmartParkApi
cd SmartParkApi
npm install
echo MONGO_DATABASE_URL=mongodb://localhost:27017/smartpark > .env
npm start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.