RESTful web services are light weight, highly scalable and maintainable and are very commonly used to create APIs for web-based applications. A RESTful API is an application program interface (API) that uses HTTP requests to GET, PUT, POST and DELETE data. We use swagger docs and express.js to develop highly scalable and completely documented APIs so that third party API consumers and front end clients can work parallelly