OpenKeep is free and open source clone of Google Keep note-taking service (server-part)
Go to file
2019-10-24 16:47:08 +04: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: Add "xorm" and "pq" library to deps 2019-10-12 17:34:46 +04:00
go.sum chore: Add "xorm" and "pq" library to deps 2019-10-12 17:34:46 +04: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