Store crypto transactions of a user, Fetch Ethereum rates periodically, Fetch Balance of user
Get started developing...
# install deps
npm install
# run in development mode
npm run dev
Install all package dependencies (one time operation)
npm install
Runs the application is development mode. Should not be used in production
npm run dev
or debug it
npm run dev:debug
Compiles the application and starts it in production production mode.
npm run compile
npm start
- Assignment problem statment- link
- Tasks completed:
- Task 1, 2, 3
- Optional Task 1
- Api Spec has details for endpoints and Parameters, access it on http://localhost:3000.
- Open your browser to http://localhost:3000
- Invoke the
/examples
endpointcurl http://localhost:3000/api/v1/examples
npm run dev:debug
Add these contents to your .vscode/launch.json
file
View prettier linter output
npm run lint
Fix all prettier linter errors
npm run lint