- MEAN Blueprints
- Robert Onodi
- 90字
- 2021-07-16 10:40:21
Chapter 2. Expense Tracker
In this chapter, we will see how to build an expense tracker application. It will store all of our expenses for a given category. We will be able to see an aggregated balance of our expenses, or expenses by category. Each user will have a separate account to manage their expenses.
Some of the interesting topics that we will cover are:
- Creating a multiuser system
- Working with monetary data
- Using the MongoDB aggregation framework
- Different authentication strategies, such as HTTP Basic and token-based authentication
推薦閱讀
- iOS面試一戰到底
- Learn TypeScript 3 by Building Web Applications
- Vue.js設計與實現
- Python 3.7網絡爬蟲快速入門
- INSTANT CakePHP Starter
- 深入淺出DPDK
- Mastering AndEngine Game Development
- Scientific Computing with Scala
- Visual C#通用范例開發金典
- Getting Started with Greenplum for Big Data Analytics
- Natural Language Processing with Java and LingPipe Cookbook
- Citrix XenServer企業運維實戰
- Domain-Driven Design in PHP
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)
- Python計算機視覺和自然語言處理