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-appInstall the dependencies
$ npm installFirst create .env file from example-env.txt:
$ cp example-env.txt .envSet .env values
DB_CONNECTION=mongodb://mongo:27017/accountapp
PORT=3000
TOKEN_SECRET=bA2xcjpf8y5aSUFsNB2qN5yymUBSs6es3qHoFpGkec75RCeBb8cpKauGefw5qy4Start App
$ npm startIf 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.