{"id":20481174,"url":"https://github.com/ofunaa/notee","last_synced_at":"2025-11-11T18:24:01.746Z","repository":{"id":56885770,"uuid":"56984680","full_name":"ofunaa/notee","owner":"ofunaa","description":"【react\u0026rails】notee is creating blog gem with only one command.","archived":false,"fork":false,"pushed_at":"2017-02-06T07:09:02.000Z","size":129836,"stargazers_count":21,"open_issues_count":26,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-23T13:16:55.310Z","etag":null,"topics":["cms","rails","react","reactjs","recaptcha","riotjs","ruby"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ofunaa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-04-24T17:26:42.000Z","updated_at":"2022-02-26T21:16:10.000Z","dependencies_parsed_at":"2022-08-20T14:31:21.369Z","dependency_job_id":null,"html_url":"https://github.com/ofunaa/notee","commit_stats":null,"previous_names":["funaota/notee"],"tags_count":36,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofunaa%2Fnotee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofunaa%2Fnotee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofunaa%2Fnotee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofunaa%2Fnotee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ofunaa","download_url":"https://codeload.github.com/ofunaa/notee/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248724629,"owners_count":21151561,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cms","rails","react","reactjs","recaptcha","riotjs","ruby"],"created_at":"2024-11-15T16:07:13.598Z","updated_at":"2025-10-26T11:20:17.131Z","avatar_url":"https://github.com/ofunaa.png","language":"JavaScript","readme":"# Notee\n\nNotee is creating CMS(blog) app by only one command. \n\nBackEnd: Ruby(RailsEngine)  \nFrontEnd: React.js + Riot.js(only comment part)\n\n### Editing View\n\n![notee edit view](https://github.com/funaota/public_images/blob/master/notee/notee_edit.gif)\n\n### Notee Demo\n\n![notee_getstarted](https://github.com/funaota/public_images/blob/master/notee/notee_getstarted.gif)\n\n## Installation\n\n```ruby\ngem 'notee'\n```\n    $ bundle install\n    $ bundle exec rake notee:start\n    \n## Setting\n\n### 1: you must set only reCAPTCHA\n\n[Setting Recaptcha](https://github.com/funaota/notee/wiki/Setting-reCAPTCHA)\n\nupdate for your setting in config/initializers/notee.rb\n\nRecommendation using .env\n\n```rb\nrequire 'notee'\n\n# Recommendation using .env\n\nNotee.configure do |config|\n\n  # root-user\n  config.notee_id = \"your_name\"\n  config.notee_password = \"your_password\"\n\n  # recaptcha\n  config.recaptcha_key = \"hogehoge\"\n  config.recaptcha_secret_key = \"hogehoge\"\n\n  # blog\n  config.blog_meta = {\n      title: \"Notee\",\n      url: \"http://hogehoge.com\",\n      keyword: \"hoge, hoge, hoge\",\n      description: \"【react\u0026rails】notee is creating CMS(blog) app by only one command.\",\n      og_image: \"http://hogehoge.com/hoge.png\"\n  }\n\n  # google-analytics\n  config.google_analytics = \"hogehogehogehoge\"\nend\n\n```\n\n## Start\n\n    $ bundle exec rake db:migrate\n    $ bundle exec rails s\n    \n#### 1: access login page\n\naccess this url [http://localhost:3000/notee](http://localhost:3000/notee/) \n\n#### 2: login\nand Enter your notee_id \u0026 notee_password!\n\n\n## Authority\n\n|            |Writer      |Editor      |Manager     |Root        |Deleted     | \n|:-----------|:----------:|:----------:|:----------:|:----------:|:----------:|\n| Post(Create)       |           ○ |            ○ |           ○ |             ||\n| Post(Update)       |     My Post |            ○ |           ○ |             ||\n| Post(Destroy)      |             |            ○ |           ○ |             ||\n| Category(Create)    |           ○ |            ○ |           ○ |             ||\n| Category(Update)    |           ○ |            ○ |           ○ |             ||\n| Category(Destroy)   |            |            ○ |           ○ |             ||\n| Image(Create)       |           ○ |            ○ |           ○ |             ||\n| Image(Destroy)     |             |            ○ |           ○ |             ||\n| User(Create)       |             |              |           ○ |           ○ ||\n| User(Update)       |  My Profile |   My Profile |           ○ |  My Profile ||\n| User(Destroy)      |             |              |           ○ |             ||\n\n\n## Helper Method\n[Helper Method](https://github.com/funaota/notee/wiki/Helper-Method)\n\n## Setting Google Analytics\n\n[Setting Google Analytics](https://github.com/funaota/notee/wiki/Setting-Google-Analytics)\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fofunaa%2Fnotee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fofunaa%2Fnotee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fofunaa%2Fnotee/lists"}