CyberCowboy404 / Simple-accountant-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple-Accounting React and Nodejs/Express app

Description

This is a simple accounting application which allow you to store your account balance.

Using application you can add funds to your account or subtract them.

For data storage we use simple JSON files.

When you visit a page, application set cookie with random ID which be using to store different files relative to the user session.

To start app

Install all necassary node moules

  npm i

Run server API

  node app.js

Build react files

  npm run build

Now in your browser open http://localhost:3000

Another Commands

To quckly setup a project. Run build and API server

npm run start

Rebuild production front end build when you changed files

npm run watch

Start front end development server(without api)

npm run front

Build production build(front end)

npm run build

Run front end tests

npm run test

About


Languages

Language:JavaScript 84.2%Language:CSS 10.1%Language:HTML 5.7%