Design a Node web app with a simple one page frontend
I want to track some forex rates. Typical use cases:
- Fetch currency rates
- Set forex levels on selected pairs
- Update set forex levels
- Alert when level reaches mark
- Delete set levels
- Install dependencies
yarn
- Launch server
yarn start
- Given the bootstrapped node server (index.js), create endpoints for Creating, Reading, Updating and Deleting
- Use a local database to store forex level objects
- Simple interface to set, update, delete forex levels
- No user authentication
- Limit to 5 set forex levels
- Node version 8.9.0 or higher
- Commit to (Insert your name) branch with a pull request
- Use Exchange Rates API to fetch Forex rates