Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhavik402/reminders-app
web app
https://github.com/bhavik402/reminders-app
javascript preact
Last synced: 15 days ago
JSON representation
web app
- Host: GitHub
- URL: https://github.com/bhavik402/reminders-app
- Owner: bhavik402
- Created: 2024-02-23T21:27:27.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-24T23:27:50.000Z (9 months ago)
- Last Synced: 2024-10-16T11:27:05.634Z (30 days ago)
- Topics: javascript, preact
- Language: JavaScript
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reminders Service
> replication of stripped version of Apple Reminders app
> Rest api that let's you run the web server while giving you option to choose different storage options at the launch time of the server, in short allows you to choose which storage options for this service
Endpoints: \
`GET api/v1/reminders` \
`POST api/v1/reminders` \
`PUT api/v1/reminders/{id}` \
`DELETE api/v1/reminders/{id}` \Todo:
- Build OpenAPI doc
- Remove Endpoints above once this doc is created
- implement to this logger on top of zap
DB Options
- Sqlite (wip)
- mysql
- postgres
- mongodb