Skip to content

Commit 605d983

Browse files
authored
Update README.md
1 parent 0d87960 commit 605d983

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

README.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,20 @@
1-
# vue-express-mongo-boilerplate #
1+
# Vue, Express, MongoDB full-stack JS Boilerplate
22
[![Known Vulnerabilities](https://snyk.io/test/github/icebob/vue-express-mongo-boilerplate/badge.svg)](https://snyk.io/test/github/icebob/vue-express-mongo-boilerplate)
33
![Node 6](https://img.shields.io/badge/node-6.x.x-green.svg)
44
![VueJS 2](https://img.shields.io/badge/vuejs-2.1.8-green.svg)
55
![Webpack 2](https://img.shields.io/badge/webpack-2.2.0-green.svg)
66

7-
<img src="http://vuejs.org/images/logo.png" width="50">
8-
<img src="https://coligo.io/images/express.svg" width="100">
9-
<img src="https://upload.wikimedia.org/wikipedia/en/thumb/4/45/MongoDB-Logo.svg/527px-MongoDB-Logo.svg.png" width="100">
10-
<img src="https://worldvectorlogo.com/logos/nodejs-icon.svg" width="50">
11-
<img src="https://camo.githubusercontent.com/66747a6e05a799aec9c6e04a3e721ca567748e8b/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313336353838312f313931383337332f32653035373166612d376462632d313165332d383436352d3839356632393164343366652e706e67" width="100">
7+
<img src="http://vuejs.org/images/logo.png" height="50"> <img src="https://coligo.io/images/express.svg" height="50"> <img src="https://upload.wikimedia.org/wikipedia/en/thumb/4/45/MongoDB-Logo.svg/527px-MongoDB-Logo.svg.png" height="50"> <img src="https://worldvectorlogo.com/logos/nodejs-icon.svg" height="50"> <img src="https://camo.githubusercontent.com/66747a6e05a799aec9c6e04a3e721ca567748e8b/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313336353838312f313931383337332f32653035373166612d376462632d313165332d383436352d3839356632393164343366652e706e67" height="50">
128

13-
**This project is under heavy development!!!**
14-
15-
This is a VueJS webapp boilerplate project with ExpressJS + Mongo server. Not an out-of-box webapp.
16-
17-
Inspired by [dstroot/skeleton](https://github.com/dstroot/skeleton) and [sahat/hackathon-starter](https://github.com/sahat/hackathon-starter)
9+
This is a full stack webapp boilerplate project with VueJS + ExpressJS + MongoDB. NOT an out-of-box project.
10+
The goal is to create an up-to-date starter repo which contains all important functions (user signup, login, oauth, profile, ...etc) except the business-logic. So when neccessary I can create a new webapp and only need to develop the business logic.
1811

1912
*This is just my personal boilerplate, it may or may not be a good fit for your project(s).*
13+
Inspired by [dstroot/skeleton](https://github.com/dstroot/skeleton) and [sahat/hackathon-starter](https://github.com/sahat/hackathon-starter)
2014

21-
If you like my work, please **[donate](https://www.paypal.me/meregnorbert)**. Thank you!
15+
**If you like my work, please [donate](https://www.paypal.me/meregnorbert). Thank you!**
2216

23-
### [Live Demo](http://vemapp.e-paper.space/) (login: test/test1234)
17+
### [Live Demo](http://vemapp.e-paper.space/) (login: test/test1234 or sign-up)
2418

2519
## Features
2620

0 commit comments

Comments
 (0)