Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Getting Started

raoasifraza11 edited this page Aug 31, 2018 · 2 revisions

https://networth.app/

username: demo@networth.app

password: Testing!!1234.

Project Structure

Each service below has its own instruction:

/api - REST API written in Golang, handling backend.

/bin - Scripts to help in to automating things during development.

/cloud - Templates to setup networth.app infrastructure on cloud provider, currently AWS.

/data - Hold in-memory database.

/landing - Main landing page powering networth.app.

/macOS - Native macOS app.

/schema - Schema and architecture design.

/web - Web app.

FAQ

Q: Why mono repo?

A: Let's KISS for now.

Clone this wiki locally