Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-27T15:42:56.000Z (over 3 years ago)
- Last Synced: 2024-11-06T13:56:37.122Z (about 2 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
![Tests](https://github.com/joeylemon/rent-a-tutor/workflows/Node.js%20Tests/badge.svg)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.