/H3mart-backend-task

This repo consist code for backend task that is provide in internship task.

Primary LanguageJavaScript

H3mart-backend-task

MIT License

Project Description 📑

  • This project is a backend part for h3Mart internship task.
  • In the H3Mart.xl file there are two columns one is product name and another is price column which is empty. Create a REST API where we upload this product file and in the response you have to return the same excel file with product price.
  • For price You have to call an API to get product price for that product_id.
  • End point example: https://api.storerestapi.com/products/<product_id>
  • xl file link

Tech Stack 💻

  • Node.js
  • Express.js
  • Google sheet

Demo Video

demo_video_h3mart.mp4

Run Locally 🧑‍💻

Clone the project

  git clone https://github.com/Pranav108/H3mart-backend-task

Go to the project directory

  cd H3_MART_INTERNSHIP

Install NPM

  npm install

Start the server

  nodemon index.js

Reference 🙏

Authors 👨‍💻