The frontend of mixdrinks.org. The ukrainian cocktails database.
The site provides a list of cocktails and recipes.
You can check the backend, ios app and documentation repositories into the Mix Drinks github organization.
For this app you need have Node.js 14.16.0
Develop command
npm run dev
Build command
npm run build
Run command
npm run start
Tech stack
- VueJs
- NuxtJs
For update sitemap.xml from backend api
curl https://api.mixdrinks.org/sitemap.xml --output static/sitemap.xml -H 'Content-Type: application/xml' -H 'Accept: application/xml'
Add docker image publish