Skip to content

My First Node Express Vue MongoDB App for learning purpose

Notifications You must be signed in to change notification settings

nfraz007/first_node_vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published