14 lines
520 B
Markdown
14 lines
520 B
Markdown
# Finnow
|
|
|
|
A financial tracking and planning application for individuals!
|
|
|
|
This application consists of a backend API that separately stores and accesses
|
|
each user's data, and a web application for users to easily access and modify
|
|
that data.
|
|
|
|
The source code is organized as a mono-repo, where all parts of the application
|
|
are committed as a single version. This simplifies API compatibility with the
|
|
web application, and simplifies git history.
|
|
|
|
See each sub-directory for that component's specific setup instructions.
|