README
Info
You may have been redirected here from the api site. Any requests to the root directory or any 404 responses will instead redirect to this page, the docs.
This is the docs for my backend server running on vercel.
about
faretek-api is a sever running flask which is deployed on Vercel.
Verifying the source code
If you are not confident that the vercel instance is running the exact same code as the GitHub repository, I've made the source open from Vercel so that you can verify it (if you know of a better way of doing this, do tell).
Getting the deployment details
This gives the url of this commit, and some other information like the build logs.
- Navigate to the GitHub repo.
- Click the tick next to the latest commit (If you want to verify an older instance, you can do that too).
- Goto the link
Details
next to the Vercel Deployment check.
Viewing source
If you want to view the source code, you can click the Source
tab at the top of the page.
Or if the previous page resulted in an error:
- Append
/source
to the end of theDetails
url and press enter. - You should be able to see the source code. It should be identical to the GitHub repository at the latest commit.