A back-end application for an Automatic Vehicle Parking System. The application interacts with IoT devices via Websocket
- NodeJS >= 8.14.1
- NPM >= 6.4.1
Follow the steps below to have a working version of the application;
- Clone this repository.
- Create a copy of the .env.example file named .env and add the appropraite credentails.
- Run
npm installto install the dependecies. - Run
npm run devfor hot-reloads in development. - Run
npm startto run the application. Default port is 5000. - Run
npm testto run your tests.
- Michael Mustapha - MichaelMustapha
This project is licensed under the MIT License - see the LICENSE.md file for details