https://github.com/knowledgefactory4u/nodejs-vuejs-mongodb-crud
https://github.com/knowledgefactory4u/nodejs-vuejs-mongodb-crud
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/knowledgefactory4u/nodejs-vuejs-mongodb-crud
- Owner: knowledgefactory4u
- License: gpl-3.0
- Created: 2020-12-17T16:43:54.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-22T08:49:41.000Z (over 3 years ago)
- Last Synced: 2025-01-14T15:43:10.107Z (11 months ago)
- Language: Vue
- Size: 202 KB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node.js + Vue + MongoDB CRUD Example
# Backend Project Setup
Step 1: Download the dependencies using the following command
```
npm install
```
Step 2: Run the backend application using the following command
```
npm start
```
# Frontend Project Setup
Step 1: Download the dependencies using the following command
```
npm install
```
Step 2: Run the Frontend application using the following command
```
npm run serve
```