Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gigili/good-food-tracker-web
Good food tracker - Web
https://github.com/gigili/good-food-tracker-web
food-tracker hactoberfest restaurants vue vutify
Last synced: 2 months ago
JSON representation
Good food tracker - Web
- Host: GitHub
- URL: https://github.com/gigili/good-food-tracker-web
- Owner: gigili
- License: mit
- Created: 2020-09-15T08:51:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T12:58:40.000Z (7 months ago)
- Last Synced: 2024-06-21T04:44:23.064Z (7 months ago)
- Topics: food-tracker, hactoberfest, restaurants, vue, vutify
- Language: Vue
- Homepage:
- Size: 1.9 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Good Food Tracker #
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
![Good Food Tracker Banner](https://github.com/cesaralvrz/good-food-tracker-web/blob/master/src/assets/GoodFoodTrackerBanner.svg)
Good food tracker project is a collection of a back end web API (Nodejs & Express), front end web app (Vuejs) and a mobile application (Kotlin).## Description
The project aims to allow the users to take pictures and/or leave notes, ratings, comments about restaurants they visit in order to be able to reference it later when they try to pick were they wanna go eat out or order from.
### What is this repository for? ###
This repository is for the website built with [Vue.js](https://vuejs.org/) & [Vuetify.js](https://vuetifyjs.com/)
For the list of existing or currently being developed feature please refer to the [features](#features) section of this document.
### How do I get set up? ###
```bash
# install dependencies
$ npm install# serve with hot reload at localhost:8080
$ npm run serve# for a web based ui you can run
$ vue ui
```
#### NoteYou will need an instance of the [API](https://github.com/gigili/good-food-tracker-api) running as well.
### Contribution guidelines ###* Keep code clean and simple;
* Always use branches and pull requests when making changes to the codebase;### Who do I talk to? ###
* If you have any question you can contact Igor Ilić via [e-mail](mailto:[email protected]) or [twitter](https://twitter.com/Gac_BL)
* If you have found a bug or want to ask for a new feature, open a new issue### Features ###
List of currently completed or still being developed feature:* [x] Login
* [x] Register
* [ ] User profile
* [x] Get user profile information
* [x] Update user profile information
* [ ] Delete user profile
* [ ] Restaurants
* [ ] List of all the restaurants
* [ ] Add / edit restaurant
* [ ] Delete restaurant
* [ ] City
* [ ] List of cities
* [ ] Add / edit city
* [ ] Delete city
* [ ] Country
* [ ] List of countries
* [ ] Add / edit country
* [ ] Delete country
* [ ] Reviews
* [ ] List of users reviews
* [ ] Add / edit your review
* [ ] Add / remove image for a review
* [ ] Delete your own review## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!