Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 927 Bytes

readme.md

File metadata and controls

54 lines (37 loc) · 927 Bytes

Accounting App

A highly customizable accounting application for large engineering construction company.

Development: Getting Started

Requirement

You will need

  • Nodejs
  • MongoDB
  • Docker

Prepare Workspace

Installation

Clone Project

$ git clone https://github.com/codephilics/accounting-app.git
$ cd accounting-app

Install the dependencies

$ npm install

First create .env file from example-env.txt:

$ cp example-env.txt .env

Set .env values

DB_CONNECTION=mongodb://mongo:27017/accountapp
PORT=3000
TOKEN_SECRET=bA2xcjpf8y5aSUFsNB2qN5yymUBSs6es3qHoFpGkec75RCeBb8cpKauGefw5qy4

Start App

$ npm start

Contribution

If you are interested to make the package better please send pull requests or create an issue so that others can fix.

License

The accounting-app is an open-source software licensed under the MIT License.