Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 617 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 617 Bytes

Smart Park

Smart Park is Rest API that feeds live information about the free parking spaces.

Installation

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

API

Contributing

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.

License

MIT