Skip to content
This repository was archived by the owner on Apr 28, 2024. It is now read-only.

Latest commit

 

History

38 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

greenback

Backend of JTDI

DataStructure

classDiagram
class Credential {
	long id
	string username
	string password
}
class Task {
	Uuid task_id
	long user_id
	string title
	string description
	int difficulty
	dateTime created_at
}

Task--|>Credential
Loading
erDiagram
CREDENTIALS {
	Long account_id PK
	string user_name
	string passwrod
}
TASKS {
	Uuid id PK
	Long account_id FK
	string title
	string description
	int difficulty
	date_time created_at
}

CREDENTIALS ||--o{ TASKS: contains
Loading
flowchart TD

	subgraph Github
		repof[フロントエンド リポシトリ]
		repob[バックエンドリ ポジトリ]
	end
	subgraph Cloudflare
		subgraph Pages
			front[フロントエンド jtdi.doudemoether.net]
		end
		subgraph Workers
			back[バックエンド greenback.doudemoether.net]
		end
		front<-->|RestAPI|back
	end
	repof-->|deploy|front
	repob-->|deploy|back
Loading

For Developpers

use nix develop or setup wrangler/rust manually

About

Backend for JTDI

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors

Languages