An accounting app using a format similar to ledger.
Enter your transactions and generate reports.
Core (MEN Stack):
- Node.js
- Express
- MongoDB
Honourable Mentions:
- Materialize CSS
Try it on Heroku
Otherwise, pull, install, start up mongodb, and create a .env:
DATABASE_URL=mongodb://localhost/project2
SECRET=secret
Start with npm start
- Import/Export of data through plain text files
- Split Transactions
- Undo/Redo