Skip to content

This GitHub repository contains the Software Engineering Lab projects for educational purposes. It includes comprehensive project documentation, source code, and testing frameworks to help students learn and contribute. Explore, learn, and contribute to help improve your software engineering skills.

Notifications You must be signed in to change notification settings

qbikle/price-tracker

 
 

Repository files navigation

ecommerce-price-tracker

A repo for up-to-date e-commerce pricing data. This centralized repo simplifies access to real-time and historical price information from various online retailers. Seamlessly integrate accurate and reliable pricing data into your applications for enhanced market insights and dynamic user experiences.

Steps to Launch:

  1. Install node modules with npm i
  2. Create a .env (also install env node library if required)
  3. Add your own MONGO_URL= mongodb+srv://$$$$$/?retryWrites=true&w=majority from MongoDB after creating a new collection
  4. Add a random JWT_SECRET in .env file
  5. Now that the project is setup paste following commands in project home directory
     npm init
     npm run dev
    
  6. To run tests just enter
    npm test
    

About

This GitHub repository contains the Software Engineering Lab projects for educational purposes. It includes comprehensive project documentation, source code, and testing frameworks to help students learn and contribute. Explore, learn, and contribute to help improve your software engineering skills.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.7%
  • CSS 0.3%