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

https://github.com/knowledgefactory4u/nodejs-vuejs-mongodb-crud


https://github.com/knowledgefactory4u/nodejs-vuejs-mongodb-crud

Last synced: 10 months ago
JSON representation

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
```