{"id":29613824,"url":"https://github.com/mhshajib/event_calendar","last_synced_at":"2025-09-03T04:33:44.661Z","repository":{"id":176664649,"uuid":"105007745","full_name":"mhshajib/event_calendar","owner":"mhshajib","description":"Realtime custom event calendar with moment.js, socket-io, nodejs, express-js, mongodb and angularjs","archived":false,"fork":false,"pushed_at":"2017-10-02T06:16:14.000Z","size":478,"stargazers_count":11,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-20T22:38:28.092Z","etag":null,"topics":["angularjs","bootstrap3","express","moment-js","mongodb","mongoose","nodejs","socket-io"],"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/mhshajib.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,"zenodo":null}},"created_at":"2017-09-27T11:02:48.000Z","updated_at":"2025-05-13T20:52:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"f43180e9-869e-49db-a8b7-62b1553e01fc","html_url":"https://github.com/mhshajib/event_calendar","commit_stats":null,"previous_names":["mhshajib/event_calendar"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mhshajib/event_calendar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhshajib%2Fevent_calendar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhshajib%2Fevent_calendar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhshajib%2Fevent_calendar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhshajib%2Fevent_calendar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mhshajib","download_url":"https://codeload.github.com/mhshajib/event_calendar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhshajib%2Fevent_calendar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273392095,"owners_count":25097255,"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","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["angularjs","bootstrap3","express","moment-js","mongodb","mongoose","nodejs","socket-io"],"created_at":"2025-07-20T22:37:53.310Z","updated_at":"2025-09-03T04:33:44.635Z","avatar_url":"https://github.com/mhshajib.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Event Calendar\nRealtime custom event calendar with moment.js, socket-io, nodejs, express-js, mongodb and angularjs.\n\n##### DEMO : http://34.224.106.211:3300\n\n![Event Calendar screenshot](https://raw.githubusercontent.com/mhshajib/event_calendar/master/images/logo.png)\n\n### Requirements\n* nodejs\n* npm\n* mongodb\n\n### Installation\n* Clone repository using git\n    ```bash\n    $ git clone https://github.com/mhshajib/event_calendar.git\n    ```\n* Go to project directory\n    ```bash\n    $ cd event_calendar\n    ```\n* Install dependencies\n    ```bash\n    $ npm install\n    ```\n    If it's showing error try it as superuser\n    ```bash\n    $ sudo npm install\n    ```\n    It'll install all your required dependencies listed on package.json\n\n### Testing and Run\n* Before start please make sure you have mongodb istalled and running , if not run it using this command.\n    ``` bash\n    $ sudo service mongod start\n    ```\n* Let's test it before run\n    ``` bash\n    $ npm test\n    ```\n    If everything goes well it'll show you something like this.\n    ![Event Calendar screenshot](https://raw.githubusercontent.com/mhshajib/event_calendar/master/images/unit_test.png)\n* Run application\n    ``` bash\n    $ npm start\n    ```\n    Your realtime event calendar is ready to use.\n### USAGE\n* Go to your browser go to http://localhost:3300\n    You'll get your calendar of current date and it'll look like this.\n    ![Event Calendar screenshot](https://raw.githubusercontent.com/mhshajib/event_calendar/master/images/calendar.png)\n* At top right corner there are next and previous buttons, which are used to navigate the month.\n* At top right corder of each date there is a plus button, which is used to create an event on that specific date.\n* Now enter the \" Title \" and \" Description \" of your event and save it.\n    ![Event Calendar screenshot](https://raw.githubusercontent.com/mhshajib/event_calendar/master/images/create.png)    \n* After saving ther are three buttons on every event, which are view, edit and delete.\n    ![Event Calendar screenshot](https://raw.githubusercontent.com/mhshajib/event_calendar/master/images/created.png)\n* Clicking on the eye icon it'll show you the event in view mode.\n    ![Event Calendar screenshot](https://raw.githubusercontent.com/mhshajib/event_calendar/master/images/view.png)\n* Clicking on the pencil icon it'll show you the event in edit mode, so here you can change the title and description and update it.\n    ![Event Calendar screenshot](https://raw.githubusercontent.com/mhshajib/event_calendar/master/images/edit.png)\n* Clicking on the trash icon it'll show you a confirm prompt and if you click yes then it'll remove the event from this day.\n    ![Event Calendar screenshot](https://raw.githubusercontent.com/mhshajib/event_calendar/master/images/delete.png)\n#### This Calendar is a realtime calendar so you can open it in multiple browser and if you make any operation(create, edit, delete) at any date then it'll reflect immediately on all other browsers.\n### **License**\nThe **event_calendar** is a open-source software licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhshajib%2Fevent_calendar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmhshajib%2Fevent_calendar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhshajib%2Fevent_calendar/lists"}