Skip to content

Accounting app in the style of ledger-cli using the MEN stack.

Notifications You must be signed in to change notification settings

yashkir/project2

Repository files navigation

Project2

An accounting app using a format similar to ledger.
Enter your transactions and generate reports.

Screenshot

screenshot

Technologies

Core (MEN Stack):

  • Node.js
  • Express
  • MongoDB

Honourable Mentions:

  • Materialize CSS

Getting Started

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

Next Steps

  • Import/Export of data through plain text files
  • Split Transactions
  • Undo/Redo

Links

About

Accounting app in the style of ledger-cli using the MEN stack.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published