nfraz007 / first_node_vue

My First Node Express Vue MongoDB App for learning purpose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

First Node Express Vue MongoDB APP

This is my first node app which is a todo app. In this small app I was just exploring node. In this I have learn some basic stuff about this latest framework. I have used MVC architechture for creating API, axios for calling API.

Technologies

  • Frontend: Vue JS, Bootstrap, SCSS, Axios
  • Backend: Node JS, Express JS, Mongo DB

Features

  • Created rest API in express
  • Add new todo
  • Delete old todo
  • List of all todos

Installation

Make Sure MongoDB is running.

For server

Run this command on the root directory

npm run dev

This command will start node server in port 5000

For Frontend

First goto frontend directory by using this command

cd frontend

Now start the development server for vue

npm run serve

This command will start the server in 8000/8080/8081 port

Snapshot

Snapshot

About

My First Node Express Vue MongoDB App for learning purpose


Languages

Language:JavaScript 63.9%Language:Vue 26.9%Language:HTML 9.2%