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

https://github.com/ericafenyo/bike-diary-api

The main API for the Habit Diary application
https://github.com/ericafenyo/bike-diary-api

Last synced: about 1 year ago
JSON representation

The main API for the Habit Diary application

Awesome Lists containing this project

README

          

# The Bike Diary API
The backend component for the [Bike Diary](https://github.com/ericafenyo/bike-diary) application. The Bike Diary is a project for tracking and recording users cycling patterns and adventures.

## A summary of the code structure
```mermaid
flowchart TB
src --- auth;
src --- credential;
src --- mail --- templates;
src --- user;
src --- adventure
```