|
1 | | -# vue-express-mongo-boilerplate # |
| 1 | +# Vue, Express, MongoDB full-stack JS Boilerplate |
2 | 2 | [](https://snyk.io/test/github/icebob/vue-express-mongo-boilerplate) |
3 | 3 |  |
4 | 4 |  |
5 | 5 |  |
6 | 6 |
|
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"> |
12 | 8 |
|
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. |
18 | 11 |
|
19 | 12 | *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) |
20 | 14 |
|
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!** |
22 | 16 |
|
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) |
24 | 18 |
|
25 | 19 | ## Features |
26 | 20 |
|
|
0 commit comments