Garuda API is written in NodeJS and Hapi Framework
follow the below instructions to Start with Garuda API
This is the tech Stack we are using to develop Garuda API. Make sure you are familiar with all of these:-
- NodeJs - Server Side
- Hapi Framework - Creating routes using Server
- TypeScript - Language used for Node
- MongoDB - Database
- Clone this garuda_api.
- npm install
- In the terminal execute: npm run buildstart
Note : If you get any node module errors click on the error and at the point mentioned add "any" in front of [ ] at both the places. This is a typescript error with web3 which is an ethereum dependency.
- INFO SCIENCE LABS - Initial work - Info Science Lab
See also the list of contributors who participated in this project.
Email:- info@infoscience.co
This project is licensed under the Apache License- see the LICENSE file for details