This application generates data for a smart parking system. It also includes algorithmic implementation of generating optimal parking spot on the basis of distance from user and number of parking slots available. It is based on the paper A Cloud-Based Smart-Parking System Based on Internet-of-Things Technologies by T N Pham, M F Tsai, D B Nguyen, C R Dow and D J Deng.
This application's API can be accessed by this app or you can build your own app to access these API's. It is running on heroku here
This project is a part of my final year project - NIT Durgapur(CSE'18)
- Node.js REST API
- MongoDB Atlas
- Express
- Clone the repo by typing
git clone https://github.com/ab1hi2shek/Smart-parking-System---API.git - Go to project folder
- run
npm install - run
npm start
To be finalised and updated
Raise an issue and/or a pull request if you want something to be improved and/or to add/enhance a feature.