/invoicing-app

Server side for mini invoicing application

Primary LanguageJavaScript

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