Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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