christiannwamba / invoicing-app

Server side for mini invoicing application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 54.6%Language:Vue 43.3%Language:HTML 2.1%