Skip to content

Commit 353bb81

Browse files
committed
second commit
0 parents  commit 353bb81

File tree

1,079 files changed

+151219
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,079 files changed

+151219
-0
lines changed

Screenshot 2024-11-06 075007.png

98.1 KB
Loading

instruction.md

+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# task
2+
You have to create this webpage hodlinfo.com by using HTML and CSS and backend using node js.
3+
4+
#Instructions:
5+
->Fetch top 10 results from API(https://api.wazirx.com/api/v2/tickers)
6+
in your Nodejs express server and store name, last, buy, Sell, volume, base_unit of all top 10 results in the database (you can use any database(Preferable PostgreSQL)).
7+
8+
->Then create a route using express to get the above stored data from the database to the frontend.
9+
10+
->Please follow the above two points exactly as mentioned because the result of the test is dependent on it.
11+
12+
->Tip: Use a snip tool for images.
13+
14+
15+
#file version
16+
+-------------------+
17+
| Frontend |
18+
+-------------------+
19+
| - Create a webpage: hodlinfo.com
20+
| - Use HTML and CSS for the design.
21+
+-------------------+
22+
|
23+
v
24+
+-------------------+
25+
| Backend |
26+
+-------------------+
27+
| - Use Node.js with Express.
28+
| - Fetch top 10 results from API:
29+
| https://api.wazirx.com/api/v2/tickers.
30+
| - Store the following data in the database:
31+
| - name
32+
| - last
33+
| - buy
34+
| - sell
35+
| - volume
36+
| - base_unit
37+
+-------------------+
38+
|
39+
v
40+
+-------------------+
41+
| Database |
42+
+-------------------+
43+
| - Use PostgreSQL (preferred) or any other database.
44+
| - Create a route in Express to retrieve stored data
45+
| from the database to the frontend.
46+
+-------------------+
47+
|
48+
v
49+
+-------------------+
50+
| Notes |
51+
+-------------------+
52+
| - Follow the instructions exactly as mentioned.
53+
| - Use a snip tool for images.
54+
+-------------------+

node_modules/.bin/ejs

+16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/ejs.cmd

+17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/ejs.ps1

+28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/jake

+16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/jake.cmd

+17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/jake.ps1

+28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/mime

+16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/mime.cmd

+17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/mime.ps1

+28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)