Skip to content

grze2000/shopping-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopping List

Overview

I also create electronic projects and often need to find and buy a lot of parts for my projects. I decided to create an application that will allow me to organize the list of products to buy, assign them links to stores and estimate the total cost of the project. This is my first Vue.js project.

Built With

  • Vue.js
  • Node.js
  • Express.js
  • MongoDB

Code structure

  • / - Back-end: Express.js server
  • client/ - Front-end: Vue.js app

Project setup

Front-end

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Back-end

npm install

Run server

npm start or node app.js or nodemon app.js