项目作者: kravchenkoegor

项目描述 :
Full-stack CRUD application based on MEVN
高级语言: JavaScript
项目地址: git://github.com/kravchenkoegor/vue-blog.git
创建时间: 2018-05-31T06:57:44Z
项目社区:https://github.com/kravchenkoegor/vue-blog

开源协议:

下载


Blog single-page application written on MEVN stack (MongoDB, Express, Vue.js, Node.js)

Live demo

Functions:

  • Register a new user
  • Login using generated JWT token (expires in 1 week)
  • Get list of all posts in blog saved to MongoDB
  • Pagination (8 posts per page)
  • Create a new post
  • You can edit or delete post only if you are it’s author
  • You must be logged in to see post’s details
  • User’s profile
  • You can add personal info or edit it

Application is based on Vue.js framework called Vuetify.js