{"id":21468326,"url":"https://github.com/scya597/caltcha","last_synced_at":"2025-03-17T06:17:46.533Z","repository":{"id":85491611,"uuid":"98814055","full_name":"Scya597/Caltcha","owner":"Scya597","description":"Project - Calender Voting App","archived":false,"fork":false,"pushed_at":"2017-08-09T15:36:38.000Z","size":789,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-23T15:50:57.298Z","etag":null,"topics":["project","team-platform","voting-application"],"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/Scya597.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-30T17:35:08.000Z","updated_at":"2019-02-17T15:48:31.000Z","dependencies_parsed_at":"2023-03-10T07:00:48.664Z","dependency_job_id":null,"html_url":"https://github.com/Scya597/Caltcha","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Scya597%2FCaltcha","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Scya597%2FCaltcha/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Scya597%2FCaltcha/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Scya597%2FCaltcha/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Scya597","download_url":"https://codeload.github.com/Scya597/Caltcha/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243982293,"owners_count":20378607,"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":["project","team-platform","voting-application"],"created_at":"2024-11-23T08:24:20.840Z","updated_at":"2025-03-17T06:17:46.513Z","avatar_url":"https://github.com/Scya597.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Caltcha \u0026middot; [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n\n## 0. Table of Contents  \n- [Setup Mongodb](#1-setup-mongodb)\n- [Development and Production](#2-development-and-production)\n\n\n## 1. Setup Mongodb\n\n### 1.1 To install mongodb\n\n```\nbrew install mongo\n```\n\n### 1.2 Initial config of mongodb\n\nCreate database directory\n\n```\nsudo mkdir -p /data/db\n```\n\nFind your username\n\n```\nwhoami\n```\n\nTaking ownership to /data/db\n\n```\n// assume your username is John\nsudo chown -Rv John /data/db\n```\n\n### 1.3 To run the database\n\n```\nmongod\n```\n\nIf you don't want to run mongod everytime you need, the following command will automatically start your database while the computer is running:\n\n```\nbrew services start mongo\n```\n\n## 2. Development and Production\n\n\n### 2.1 To install packages\n\n```\nnpm install\n```\n\n### 2.2 To develop the project\n\n```\nnpm run dev\n```\n\n### 2.3 Build production bundle and run the server\n\n```\nnpm run build\nnpm start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscya597%2Fcaltcha","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscya597%2Fcaltcha","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscya597%2Fcaltcha/lists"}