Skip to content

01willtx/invoicing-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Invoicing App with Node and VueJS

Login

Create Invoice

View Invoices

Install Dependencies

Server

npm install

Frontend

cd frontend && npm install

Start Both Front and Backend Servers

node server
cd frontend
npm run dev

Read more about it here

About

Server side for mini invoicing application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.6%
  • Vue 43.3%
  • HTML 2.1%