Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
weatherbox:dashboard_v2:techstack:start [2018/01/23 09:29] kcho created |
weatherbox:dashboard_v2:techstack:start [2021/09/19 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Tech Stack Overview ===== | + | ====== Tech Stack Overview ====== |
Here is the design doc that describes the reasoning between picking the technology stack for dashboard_v2. We will be discussing tradeoffs between Javascript and Python. | Here is the design doc that describes the reasoning between picking the technology stack for dashboard_v2. We will be discussing tradeoffs between Javascript and Python. | ||
Line 15: | Line 15: | ||
Tech Stack: PERN | Tech Stack: PERN | ||
- | * Database: PostgreSQL | + | * Database: [[https://www.postgresql.org/docs/|PostgreSQL]] |
- | * API/Router: Express.js | + | * API/Router: [[http://expressjs.com/en/api.html|Express.js]] |
- | * Front End: React & Redux | + | * Front End: [[https://reactjs.org/docs/hello-world.html|React]] & [[https://redux.js.org/|Redux]] |
- | * Back End: Node.js | + | * Back End: [[https://nodejs.org/en/docs/|Node.js]] |
==== Front End ==== | ==== Front End ==== |