Collection of API for HFG KMHDUI backend
Make sure you have Node.js and npm installed on your system. Our server use Node js v18.16.0
- Clone this repository:
git clone https://github.com/KMHDUI/api-hfg.git
cd api-hfg- Install dependencies:
npm install- Make
.envfile and fill it with desire credentials. You can check list of required credentials in.env.examplefile
Start the Express.js server:
npm run devOpen your web browser and go to http://localhost:8000. You should see your Express.js app running.
We use swagger for our API documentation. You can see list of available endpoint on http://localhost:8000/docs