https://github.com/juls0730/vuefullstack
https://github.com/juls0730/vuefullstack
crud-api fullstack mongodb nodejs nosql vuejs
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/juls0730/vuefullstack
- Owner: juls0730
- License: gpl-3.0
- Archived: true
- Created: 2022-04-01T21:12:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-22T17:49:36.000Z (over 3 years ago)
- Last Synced: 2025-03-22T15:28:52.140Z (over 1 year ago)
- Topics: crud-api, fullstack, mongodb, nodejs, nosql, vuejs
- Language: JavaScript
- Homepage:
- Size: 7.19 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
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