This is application was developed using nodejs with express framwork and mysql as a database. this is very simple api so you can learn it quickly
To install this application just clone this repo using
https://github.com/ivandi1980/HonestGiver.git
in order to run this application the 1st step you have to Install dependencies directly by using
npm install
the 2nd step you have to create your mysql rdbms using phpmyadmin or other tools
Using the command below to run this server
npm run dev