Skip to content

A TUI journaling application with a server for storing entries that won 1st Place Overall at the Bitcamp hackathon.

Notifications You must be signed in to change notification settings

idugan100/termbookbackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Journal Entry API

  • /entries/{userEmail}
    • returns json array with entry information for that user
[
	{
		"content": "This is my first entry, or is it???",
		"userEmail": "bpb9629@gmail.com",
		"time": "2024-04-20T03:24:59.252647-04:00"
	},
	{
		"content": "Another try to save to the database",
		"userEmail": "bpb9629@gmail.com",
		"time": "2024-04-20T13:20:31.0602526-04:00"
	}
] 

TermBook cli builds

About

A TUI journaling application with a server for storing entries that won 1st Place Overall at the Bitcamp hackathon.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published