All Projects → asadsahi → vuenode-fullstack

asadsahi / vuenode-fullstack

Licence: MIT license
Vue.Js & Node fullstack Single Page Application with Relational databases as backend using Sequelize. Live Demo:

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Vue
7211 projects
HTML
75241 projects

Projects that are alternatives of or similar to vuenode-fullstack

React Express Fullstack
Full stack (mostly unopinionated) starter pack with React+Redux and Expressjs
Stars: ✭ 23 (-45.24%)
Mutual labels:  sequelize, fullstack
fullstack-graphql-angular
Simple Fullstack GraphQL Application with Angular CLI + Redux. API built with Typescript + Express + GraphQL + Sequelize (supports MySQL, Postgres, Sqlite and MSSQL). WebApp built with Angular CLI + Redux + Async Middleware to access the API.
Stars: ✭ 67 (+59.52%)
Mutual labels:  sequelize, fullstack
NodeAngular
🚀 Full Stack Framework Béta : mean with last Angular and Node (Example)
Stars: ✭ 13 (-69.05%)
Mutual labels:  sequelize, fullstack
Meme Studio
📌 A complete and fast website building in React/Express for creating and sharing "internet memes"
Stars: ✭ 51 (+21.43%)
Mutual labels:  sequelize, fullstack
Material-BottomBarLayout
🎉A material navigation bar library which has pretty animations and different ways of arrangement.
Stars: ✭ 56 (+33.33%)
Mutual labels:  animations
flip view
A Flutter app with flip animation to view profiles of friends. 🌟
Stars: ✭ 69 (+64.29%)
Mutual labels:  animations
fastexpress
Restful API Framework minimalist
Stars: ✭ 14 (-66.67%)
Mutual labels:  sequelize
sequelize-embed
Easily insert and update sequelize models with deeply nested associations
Stars: ✭ 15 (-64.29%)
Mutual labels:  sequelize
1702-express-review
Review repo for express.js and sequelize for Fullstack Academy/Grace Hopper Academy 1702 cohort
Stars: ✭ 35 (-16.67%)
Mutual labels:  sequelize
rsp
A server-state reactive Java web framework for building real-time user interfaces and UI components.
Stars: ✭ 35 (-16.67%)
Mutual labels:  fullstack
Knowledge-Base
record every requirement and solution here
Stars: ✭ 31 (-26.19%)
Mutual labels:  fullstack
particle-animations
Animate your iOS app with particle systems
Stars: ✭ 14 (-66.67%)
Mutual labels:  animations
DearPyGui Animate
DearPyGui_Animate is an add-on to bring DearPyGUI to life.
Stars: ✭ 34 (-19.05%)
Mutual labels:  animations
nodefony
nodefony core framework
Stars: ✭ 19 (-54.76%)
Mutual labels:  sequelize
nextjs-dapp-starter-ts
A fullstack monorepo template to develop ethereum dapps
Stars: ✭ 228 (+442.86%)
Mutual labels:  fullstack
CameraButton
No description or website provided.
Stars: ✭ 31 (-26.19%)
Mutual labels:  animations
rock
fullstack generator equipped with following techs: Express, Ejs, Webpack, Vue, React...
Stars: ✭ 37 (-11.9%)
Mutual labels:  fullstack
fullstack-apollo-subscription-example
A minimal Apollo Server 2 with Apollo Client 2 with Subscriptions application.
Stars: ✭ 72 (+71.43%)
Mutual labels:  fullstack
2019-15
Catch My Mind - 웹으로 즐길 수 있는 캐치마인드
Stars: ✭ 19 (-54.76%)
Mutual labels:  sequelize
react-bones
💀 Dead simple content loading components for React and React-Native. 💀
Stars: ✭ 42 (+0%)
Mutual labels:  animations

Vue Node Fullstack

Fullstack application built using Vue and NodeJs with server side rendering.

Features

  • Full features SPA + PWA with SSR
  • Frontend (Vue)
  • Backend (Express)
  • ORM (Sequelize)
  • DB (All databases supported by sequelize e.g MySql, MSSql, Sqlite, PostgreSQL)
  • Login & Registration features
  • JWT based authentication
  • Server Side Rendering
    • Vue + vue-router + vuex working together
    • Server-side data pre-fetching
    • Client-side state & DOM hydration
    • Automatically inlines CSS used by rendered components only
    • Preload / prefetch resource hints
    • Route-level code splitting
  • Progressive Web App
    • App manifest
    • Service worker
    • 100/100 Lighthouse score
  • Single-file Vue Components
    • Hot-reload in development
    • CSS extraction for production
  • Animation
    • Effects when switching route views
  • Unit testing
  • E2E testing
  • Examples
    • Read to roll examples for any project

Architecture Overview

screen shot 2016-08-11 at 6 06 57 pm

A detailed Vue SSR guide can be found here.

Build Setup

Requires Node.js 8+

# install dependencies
npm install # or yarn

# serve in dev mode, with hot reload at localhost:3000
npm run dev # or yarn dev

# build for production
npm run build:prod # or yarn build:prod

# serve in production mode
npm start # or yarn start

# serve through ngrok tunnel
# Details: (this gives an external url to browse from internet for the purpose of testing while developing locally without deploying to server)
## Dev
npm run dev:tunnel # or yarn dev:tunnel
## Prod
npm run prod:tunnel # or yarn prod:tunnel

# run unit tests
## single run
npm test # or yarn test
## watch mode
npm run test:watch # or yarn test:watch

# end-to-end tests
# start server
npm run dev # or yarn dev

## single run
npm run e2e # or yarn e2e
## watch mode
npm run e2e:watch # or yarn e2e:watch

Credist

Kudos to vue-hackernews-2.0 on which this project is based on.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].