Skip to content

FBrito1/ebay-alerts-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to ebay-alerts-app 👋

Version

Manage alerts for products prices on Ebay.com

Install

cd /server && yarn
cd /client && yarn

Usage

# Run docker compose
docker-compose up
# Run the senMail job
cd /server && yarn mailJob

Run tests

cd /server && yarn run test

Environment Variables

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

Made with

Author

👤 Fabio Brito

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published