Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felipepastorelima/vue-library
Build a Library web application with Vue, NodeJS, and SQL or MongoDB using ScaffoldHub
https://github.com/felipepastorelima/vue-library
Last synced: about 2 months ago
JSON representation
Build a Library web application with Vue, NodeJS, and SQL or MongoDB using ScaffoldHub
- Host: GitHub
- URL: https://github.com/felipepastorelima/vue-library
- Owner: felipepastorelima
- Created: 2019-07-10T17:25:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T14:47:26.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T14:10:44.116Z (5 months ago)
- Language: JavaScript
- Homepage: https://vue-library-demo.web.app
- Size: 3.97 MB
- Stars: 79
- Watchers: 2
- Forks: 51
- Open Issues: 163
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred-test - felipepastorelima/vue-library - Build a Library web application with Vue, NodeJS, and SQL or MongoDB using ScaffoldHub (JavaScript)
README
# Build a Library web application with Vue, NodeJS, and SQL or MongoDB using ScaffoldHub
DEMO: https://vue-library-demo.web.app/
The course uses ScaffoldHub.io (https://scaffoldhub.io) to create the initial application. After, the basics of Javascript, Vue, Vue Router, Vuex, ExpressJS, Sequelize (SQL) and Mongoose (MongoDB) are explained, and finally, how the application is customized to attend all the Library needs.
Course Webpage: https://scaffoldhub.io/courses/vue-library
## Base Application
The base project is at the 1-Project folder.
Vue Element UI with SQL or MongoDB
Version: 1.2.1
## Basics
On the 2-Basics folder you'll find the source code for the basics section.
## Customization
On the 3-Customization you can find the code that was modified from the base application.