{"id":21740737,"url":"https://github.com/murphyadam/conmentarium","last_synced_at":"2026-04-05T23:03:00.223Z","repository":{"id":186536200,"uuid":"295207470","full_name":"MurphyAdam/Conmentarium","owner":"MurphyAdam","description":"Conmentarium, a simple notebook for all ideas.","archived":false,"fork":false,"pushed_at":"2021-04-24T09:52:37.000Z","size":2760,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T04:19:12.768Z","etag":null,"topics":["flask","heroku","javascript","material-ui","python","react"],"latest_commit_sha":null,"homepage":"https://conmentarium.herokuapp.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MurphyAdam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-09-13T17:59:35.000Z","updated_at":"2021-04-24T09:52:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"150b6468-1fb5-44a6-90bb-27814a05f8d6","html_url":"https://github.com/MurphyAdam/Conmentarium","commit_stats":null,"previous_names":["murphyadam/conmentarium"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MurphyAdam/Conmentarium","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MurphyAdam%2FConmentarium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MurphyAdam%2FConmentarium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MurphyAdam%2FConmentarium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MurphyAdam%2FConmentarium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MurphyAdam","download_url":"https://codeload.github.com/MurphyAdam/Conmentarium/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MurphyAdam%2FConmentarium/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31452901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"ssl_error","status_checked_at":"2026-04-05T21:22:51.943Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["flask","heroku","javascript","material-ui","python","react"],"created_at":"2024-11-26T06:15:06.043Z","updated_at":"2026-04-05T23:03:00.199Z","avatar_url":"https://github.com/MurphyAdam.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Conmentarium\n\nMinimalistic notebooks app built with React + Material-UI, and served with Flask. Star, fork or contribute if you wish so. \n\n### [live Demo](https://conmentarium.herokuapp.com/ \"Conmentarium\")\n\n#### What you need to run this code locally (build folder)\n1. Python 3 installed\n2. Postgres database installed and running\n2. Install Dependecies in requirement.txt\n3. In the root of this directory: \n\n#### Client /conmentarium\n```bash\ncd client\nyarn (or npm install)\nyarn build (or npm run build)\n```\n\n#### Server /conmentarium\n```bash\nflask db init\nflask db migrate\nflask db upgrade\nflask run\n```\n\n#### What you need to develop this code locally\n\n#### Client-side\n1. Node (v14.7.0)\n2. NPM (6.14.7) or Yarn (1.22.4)\n3. Install client-side dependencies (see below)\n\n#### Server-side\n1. Python and PIP\n2. install server-side dependencies (see below)\n\n####  How to develop this code\n2. Clone this repository\n3. Open command line in the cloned folder,\n   - To install client side dependencies, run ```  npm install  ``` or ``` yarn ```\n   - To install server side dependencies, ```pip install -r requirements.txt```\n   - To run the client side application in development, run ```  npm start  ``` or ``` yarn start ```\n4. Open [localhost:3000](http://localhost:3000/) in the browser\n---- \n\n### Server-side Configs\n\nfile config.py in the root directory of this app contains all the neccessary configs for our Flask app. It contains mainly three classes: Config, Development, and Testing. The latter two all inherit from Config. If you planning on running locally (development), please go to server/__init__.py and in the ```create_app()``` function's config_class parameter, pass in the class Development instead of Config. Leave as Config for deployment.\nYou may change the config variables in each class as you wish.\n\n### Deploy to Heroku\n\nEverything is already set up for your to deploy this app to Heroku. All you need is to create a new app \nat Heroku and push this repository to it. Learn more on doing so on [Flask PWA Chatterbot: Deployment on Heroku\n](https://langcodex.herokuapp.com/posts/34) or check out the offcial Heroku docs.\n\n### GitHub repository\n\n[https://github.com/MurphyAdam/Conmentarium](https://github.com/MurphyAdam/ConmentariumConmentarium","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmurphyadam%2Fconmentarium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmurphyadam%2Fconmentarium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmurphyadam%2Fconmentarium/lists"}