https://github.com/joeylemon/rent-a-tutor
restful api for a tutor-finding mobile application
https://github.com/joeylemon/rent-a-tutor
eslint expressjs github-actions mochajs nodejs restful-api shouldjs
Last synced: about 2 months ago
JSON representation
restful api for a tutor-finding mobile application
- Host: GitHub
- URL: https://github.com/joeylemon/rent-a-tutor
- Owner: joeylemon
- Created: 2021-04-27T23:41:45.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-27T15:42:56.000Z (almost 4 years ago)
- Last Synced: 2025-02-17T01:41:15.737Z (5 months ago)
- Topics: eslint, expressjs, github-actions, mochajs, nodejs, restful-api, shouldjs
- Language: JavaScript
- Homepage:
- Size: 763 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rent-a-tutor backend
The Node.js API code to operate the backend of the rent-a-tutor services.
## Authorization Documentation
The [src/routes/auth](src/routes/auth) folder has a README containing documentation on how the authorization scheme will work for rent-a-tutor.## Endpoint Documentation
You can view the most recent endpoint documentation at [https://jlemon.org/rat/api/v1/docs/](https://jlemon.org/rat/api/v1/docs/). Additionally, the [src/routes folder](src/routes/README.md) has an auto-generated README file containing the equivalent documentation.