Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geoql/restaurants
Find the restaurants nearby 📍
https://github.com/geoql/restaurants
graphql hasura mapbox mapbox-gl-js nuxt vue
Last synced: 12 days ago
JSON representation
Find the restaurants nearby 📍
- Host: GitHub
- URL: https://github.com/geoql/restaurants
- Owner: geoql
- License: mit
- Created: 2020-11-03T15:00:13.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T19:34:48.000Z (7 months ago)
- Last Synced: 2024-04-14T23:10:12.381Z (7 months ago)
- Topics: graphql, hasura, mapbox, mapbox-gl-js, nuxt, vue
- Language: Vue
- Homepage: https://restaurants.geoql.in/
- Size: 13.2 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 🇮🇳 Restaurants :: GeoQL
[![ci](https://github.com/geoql/restaurants/actions/workflows/ci.yml/badge.svg)](https://github.com/geoql/restaurants/actions/workflows/ci.yml)
[![Netlify Status](https://api.netlify.com/api/v1/badges/1466d682-7a44-480e-990f-1af959f28ba5/deploy-status)](https://app.netlify.com/sites/nuxt-hasura-mapbox/deploys)## About
Draw an Area of your interest & find the restaurants nearby## Stacktrace
Development stack:
- [Nuxt](https://typescript.nuxtjs.org/)
- [TailwindCSS v2.x](https://tailwindcss.com/docs)
- [v-mapbox](https://github.com/geospoc/v-mapbox)CI/CD stack:
- [GitHub Actions](./.github/workflows/ci.yml)Release stack:
- [Ship.js](https://github.com/algolia/shipjs)Deployment stack:
- [Netlify](./netlify.toml)## Environment Setup
### Development
```sh
$ git clone [email protected]:geoql/restaurants.git
$ cd restaurants
$ npm install
$ npm run dev
```### Production
Pre-release steps:
```sh
$ git clone [email protected]:geoql/restaurants.git
$ cd restaurants
$ npm install
$ npm run release # this will generate a new PR & bump up the pkg version
```## Contributing
_Note_: Commits & PRs should now be allowed only if they follow a particular commit format, read more about it [here](https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional#type-enum)Please contribute using [Github Flow](https://guides.github.com/introduction/flow/). Create a branch, add commits, and [open a pull request](https://github.com/geoql/restaurants/compare)