It's like Spotify, but for beers.
This project is made with Open Food Facts, Openweathermap and The Beer Mapping Project service.
This project is based on vue-skeleton-mvp
- Clone the project from github.
git clone https://gitlab.univ-nantes.fr/esa-drinking-development-board/beerify
- Download repository
- Uncompress to your desired directory
cd beerify
npm install
npm update
You need to get your api keys, and put it in the .env file to make it works.
This project uses Vue Router HTML5 History Mode, this means when you are in development mode you can hit Cmd+R (mac) or F5 (Windows) to reload the page and it will work, but when the project is built you will have problems, so will need to do a small change in your web server to make that work. Please read the official Vue Router documentation here: https://router.vuejs.org/guide/essentials/history-mode.html#example-server-configurations
npm run serve
npm run build
npm run test
npm run lint
npm run remark
npm run test:e2e
npm run test:unit
Feel free to report any bugs or improvements. Pull requests are always welcome.
This project is open-sourced software licensed under the MIT License. See the LICENSE file for more information.