A highly customizable accounting application for large engineering construction company.
You will need
- Nodejs
- MongoDB
- Docker
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
If you are interested to make the package better please send pull requests or create an issue so that others can fix.
The accounting-app is an open-source software licensed under the MIT License.