Skip to content

A highly customizable accounting application for large engineering construction company.

License

Notifications You must be signed in to change notification settings

codephilics/accounting-app

Repository files navigation

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.

About

A highly customizable accounting application for large engineering construction company.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published