The backend component for the Bike Diary application. The Bike Diary is a project for tracking and recording users cycling patterns and adventures.
flowchart TB
src --- auth;
src --- credential;
src --- mail --- templates;
src --- user;
src --- adventure