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).
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.
This repository is for the website built with Vue.js & Vuetify.js
For the list of existing or currently being developed feature please refer to the features section of this document.
# install dependencies
$ npm install
# serve with hot reload at localhost:8080
$ npm run serve
# for a web based ui you can run
$ vue ui
You will need an instance of the API running as well.
- Keep code clean and simple;
- Always use branches and pull requests when making changes to the codebase;
- If you have any question you can contact Igor Ilić via e-mail or twitter
- If you have found a bug or want to ask for a new feature, open a new issue
List of currently completed or still being developed feature:
- Login
- Register
- User profile
- Get user profile information
- 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
Thanks goes to these wonderful people (emoji key):
César Álvarez Llaneza 📖 🎨 |
This project follows the all-contributors specification. Contributions of any kind welcome!