Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.