https://github.com/bstee615/cohabit
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.2%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: bstee615
- Language: Clojure
- Default Branch: master
- Homepage: https://cohabit.benjijang.com/
- Size: 200 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
cohabit
Collaborative habit tracker
Usage
- Run server with logs:
bash serve.sh - Install dependencies:
lein deps - Run server:
lein run - Run tests:
lein test
Usage with nginx reverse proxy
Websockets require some extra configuration when hosted behind an nginx proxy. Add these lines to the location block inside the nginx configuration for your site:
conf
location / {
# other lines...
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
}
License
Copyright © 2024 Benjamin Steenhoek
This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which is available at http://www.eclipse.org/legal/epl-2.0.
This Source Code may also be made available under the following Secondary Licenses when the conditions for such availability set forth in the Eclipse Public License, v. 2.0 are satisfied: GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version, with the GNU Classpath Exception which is available at https://www.gnu.org/software/classpath/license.html.
Owner
- Name: Benjamin Steenhoek
- Login: bstee615
- Kind: user
- Website: benjijang.com
- Repositories: 12
- Profile: https://github.com/bstee615
3rd year PhD student @ ISU. Interests and research: deep learning, program analysis
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: less than a minute
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- bstee615 (4)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- Flask *
- actions/checkout v3 composite
- buddy/buddy-auth 3.0.1
- buddy/buddy-hashers 2.0.167
- cheshire 5.10.1
- clj-time 0.13.0
- compojure 1.7.0
- http-kit/http-kit 2.5.1
- org.clojure/clojure 1.10.3
- ring 1.11.0