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.
- Frontend: Vue JS, Bootstrap, SCSS, Axios
- Backend: Node JS, Express JS, Mongo DB
- Created rest API in express
- Add new todo
- Delete old todo
- List of all todos
Make Sure MongoDB is running.
Run this command on the root directory
npm run dev
This command will start node server in port 5000
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