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
- Host: GitHub
- URL: https://github.com/ericafenyo/bike-diary-api
- Owner: ericafenyo
- License: mit
- Created: 2020-11-02T22:51:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-20T12:28:41.000Z (almost 3 years ago)
- Last Synced: 2025-03-29T23:42:43.221Z (over 1 year ago)
- Language: TypeScript
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```