Manage alerts for products prices on Ebay.com
cd /server && yarn
cd /client && yarn
# Run docker compose
docker-compose up
# Run the senMail job
cd /server && yarn mailJob
cd /server && yarn run test
copy the .env.example file and rename to .env After that include your personal variables on the .env file.
#ENVIRONMENT
APP_PORT=3333
NODE_ENV=development
#EBAY KEYS
EBAY_APP_ID=yourappid
#MONGO INSTANCE
MONGO_URL=mongodb://localhost:27017/ebay_alerts
## You can use the mailtrap service for development tests
## https://mailtrap.io/
## create an account and put your credential on the .env file
#MAIL_HOST
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_SECURE=false
MAIL_USER=your_user
MAIL_PASS=your_pass
# REDIS
REDIS_PORT=6379
REDIS_HOST=localhost
👤 Fabio Brito
- Github: @FBrito1
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator