💻 Live demo | 📓 Description | 🤖 Installation | 🤝 Dependencies |
Bol.com Deals is a website that finds, and provides deals from bol.com.
Run the project:
- Install dependencies
npm install
- Set API key in .env file
echo 'API_KEY={Your_Key}' > .env
- Run project
npm run dev