Live Map Backend - LMB
This project is intended to be a single business capability for live map project. A.K.A: Microservice
What things you need to install the software and how to install them
NodeJs 8.1
SQLite 3
- Check the SQLite page to download the desired version: https://www.sqlite.org/download.html
- Or just run:
brew install sqlite3
- Steps to install on Windows: http://www.sqlitetutorial.net/download-install-sqlite/
- Or just run:
A step by step series of examples that tell you how to get a development env running
No brainer steps:
npm install -g nodemon
npm install
npm start
You can check the enpoints documented for this application. First you need to run this project on PORT 4040 and then you can click on the next link:
- documentation - LMB endpoints