You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,9 @@ This API has four primary endpoints:
23
23
- stats ( `/stats` -> Returns stats response )
24
24
25
25
It's a collaborative open-source project Raisa and I did (are doing) as a part of our code submission to Mercor Hackathon.
26
-
We have exposed all of our APIs in our [API documentation](https://eco-metrics-api.vercel.app/api-documentation). Feel free to test APIs there (You will be able to try them on-screen).
26
+
We have exposed all of our APIs in our [API documentation](https://ecometrics-api.onrender.com/api-documentation). Feel free to test APIs there (You will be able to try them on-screen).
27
27
28
-
This API might be (extremely!) slow, as both the backend server (deployed on Vercel) and database (hosted on Railway) are deployed using the free plan.
28
+
This API might be (extremely!) slow, as both the backend server (deployed on render) and database (hosted on Railway) are deployed using the free plan.
29
29
Nevertheless, we tried to optimize the database queries to compensate for that (Apologies!).
30
30
31
31
## Index:
@@ -47,9 +47,9 @@ To quickly jump to a subsection,
47
47
48
48
49
49
## Website:
50
-
<ahref="https://eco-metrics-api.vercel.app/"><strong>Our website is live!</strong></a>
50
+
<ahref="https://ecometrics-api.onrender.com/"><strong>Our website is live!</strong></a>
@@ -165,7 +165,7 @@ Thank you for your contribution.
165
165
166
166
## API Documentation:
167
167
168
-
All of our APIs are available at [this](https://eco-metrics-api.vercel.app/api-documentation) documentation. The documentation has a minimum design (Apologies!) but we intend to keep it as it is because **It enables on-screen testing with HTML response**.
168
+
All of our APIs are available at [this](https:/ecometrics-api.onrender.com/api-documentation) documentation. The documentation has a minimum design (Apologies!) but we intend to keep it as it is because **It enables on-screen testing with HTML response**.
0 commit comments