OpenKeep is free and open source clone of Google Keep note-taking service (server-part)
Go to file
dependabot[bot] 52bc620dad
chore(deps): Bump golang.org/x/net
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20191011234655-491137f69257 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-24 23:22:29 +00:00
cmd/openkeepd refactor: Make a skeleton of main.go (openkeepd binary) 2019-10-12 17:34:33 +04:00
devzone chore: Add scripts for setting up development environment 2019-10-12 17:33:53 +04:00
internal/models/db feat: Add necessary db models 2019-10-20 22:31:35 +04:00
.gitignore refactor: Make a skeleton of main.go (openkeepd binary) 2019-10-12 17:34:33 +04:00
CONTRIBUTING.md docs: [CONTRIBUTING] Add "etc" type to commit format 2019-10-12 17:48:33 +04:00
go.mod chore(deps): Bump golang.org/x/net 2023-02-24 23:22:29 +00:00
go.sum chore(deps): Bump golang.org/x/net 2023-02-24 23:22:29 +00:00
LICENSE Initial commit 2019-10-12 11:51:59 +04:00
README.md docs: [README] Slightly change short description 2019-10-24 16:47:08 +04:00

openkeepd

standard-readme compliant

A free and opensource clone of Google Keep note-taking service (server-part)

TODO: Fill out this long description.

Features:

  • Account system (username/password/display name/avatar)
  • Plain-text notes
  • Note synchronization across many clients
  • Note sharing
  • TODO-lists
  • WYSIWYG notes
  • Pin notes
  • Attach media to notes
  • Tagging notes

Table of Contents

Install

// TODO

Usage

// TODO

API

Maintainers

@ChronosX88

Contributing

See the contributing file!

PRs accepted.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © 2019 ChronosX88