Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juls0730/vuefullstack
https://github.com/juls0730/vuefullstack
crud-api fullstack mongodb nodejs nosql vuejs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/juls0730/vuefullstack
- Owner: juls0730
- License: gpl-3.0
- Created: 2022-04-01T21:12:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-22T17:49:36.000Z (about 2 years ago)
- Last Synced: 2023-03-06T10:07:48.007Z (almost 2 years ago)
- Topics: crud-api, fullstack, mongodb, nodejs, nosql, vuejs
- Language: JavaScript
- Homepage:
- Size: 7.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fullstack vuejs
Vuejs fullstack is a "fullstack" application built with mongodb, nodejs, and vuejs.## Get Started
First make sure you have a mongodb database named "users" then cd into backend and run
`npm i`
and do the same for the frontend folder
## Todo
If you fork this repository you should
- [ ] Implement SSR (I have no clue and the documentation about it is baren)
- [ ] Add a working csurf config (I have csurf added but I was having trouble with it)
- [ ] Add user profile pictures
- [ ] Add 2fa maybe