Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 391 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 391 Bytes

The Bike Diary API

The backend component for the Bike Diary application. The Bike Diary is a project for tracking and recording users cycling patterns and adventures.

A summary of the code structure

flowchart TB
    src --- auth;
    src --- credential;
    src --- mail --- templates;
    src --- user;
    src --- adventure
Loading