Skip to content

kacpwoja/calendar-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

calendar-redux

trying out go

TODO: db password as a secret, write actual README

Models: Event: ID: string Time: string Name: string

API: GET api/BusyDays?year={year}&month={month} Response: Array of ints

GET api/Events?year={year}&month={month}&day={day} Response: Array of Event

POST api/Event?year={year}&month={month}&day={day} Body: Event

PUT api/Event?year={year}&month={month}&day={day} Body: Event

DELETE api/Event?year={year}&month={month}&day={day}&id={id}

About

Simple web app with a Go backend, for practice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published