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