Skip to content

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

Notifications You must be signed in to change notification settings

Pranav108/H3mart-backend-task

Repository files navigation

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 👨‍💻

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published