https://github.com/iurii-kyrylenko/hobbies
Keeping track of your hobbies
https://github.com/iurii-kyrylenko/hobbies
angular2 express jwt-authentication mongodb nodejs vuejs
Last synced: 4 months ago
JSON representation
Keeping track of your hobbies
- Host: GitHub
- URL: https://github.com/iurii-kyrylenko/hobbies
- Owner: iurii-kyrylenko
- License: mit
- Created: 2016-04-09T17:07:42.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:38:09.000Z (over 3 years ago)
- Last Synced: 2024-04-14T18:10:39.625Z (about 2 years ago)
- Topics: angular2, express, jwt-authentication, mongodb, nodejs, vuejs
- Language: Vue
- Homepage: https://ik-hobbies.herokuapp.com
- Size: 5.21 MB
- Stars: 87
- Watchers: 7
- Forks: 24
- Open Issues: 31
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
## HOBBIES
HOBBIES is a web application for keeping track of books you have read/listened and movies you have watched.
### [Demo](https://ik-hobbies.herokuapp.com)
After logging in you are able to:
* Add an item (book or movie) to the list.
* Modify an existing item.
* Remove an item.
* Perform search for specific item(s).
* Download items as a file in JSON format.
* Upload items from JSON file.
Also you have the possibilities to:
* Share data with other people.
* Change you personal settings.
Unathorized people can see and download the shared data.
### Technologies
Node.js, Express, MongoDB, JWT, Vue.js, webpack
### Detailed descriptions
* [back-end](back-end/readme.md)
* [front-end](front-end/README.md)
### License
See the [LICENSE](LICENSE.md) file for license rights and limitations (MIT).