{"id":15862741,"url":"https://github.com/alan345/realtime-maps-and-chat-with-angular-socketio","last_synced_at":"2025-08-12T21:32:02.176Z","repository":{"id":131657792,"uuid":"107193197","full_name":"alan345/RealTime-Maps-and-Chat-with-Angular-SocketIo","owner":"alan345","description":"RealTime Maps and Chat with Angular SocketIo","archived":false,"fork":false,"pushed_at":"2017-10-24T23:14:31.000Z","size":5146,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-27T05:47:12.865Z","etag":null,"topics":["angular-cli","angular-material","angular4","express","google-maps","jwt","jwt-authentication","material","mongodb","real-time","socket-io"],"latest_commit_sha":null,"homepage":"http://www.gooplus.fr","language":"TypeScript","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/alan345.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-10-16T23:21:00.000Z","updated_at":"2020-11-26T17:56:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"4cd9d2fb-9485-4555-b61d-f6ac770140f9","html_url":"https://github.com/alan345/RealTime-Maps-and-Chat-with-Angular-SocketIo","commit_stats":{"total_commits":22,"total_committers":1,"mean_commits":22.0,"dds":0.0,"last_synced_commit":"5256bd571dfa40b712abf783067303def132d7d6"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alan345%2FRealTime-Maps-and-Chat-with-Angular-SocketIo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alan345%2FRealTime-Maps-and-Chat-with-Angular-SocketIo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alan345%2FRealTime-Maps-and-Chat-with-Angular-SocketIo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alan345%2FRealTime-Maps-and-Chat-with-Angular-SocketIo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alan345","download_url":"https://codeload.github.com/alan345/RealTime-Maps-and-Chat-with-Angular-SocketIo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229709947,"owners_count":18111500,"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":["angular-cli","angular-material","angular4","express","google-maps","jwt","jwt-authentication","material","mongodb","real-time","socket-io"],"created_at":"2024-10-05T22:42:11.670Z","updated_at":"2024-12-14T13:42:15.705Z","avatar_url":"https://github.com/alan345.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RealTime Maps and Chat with Angular SocketIo by Stern\n\nThis project was generated with [angular-cli](https://github.com/angular/angular-cli) version 1.4.7.\n\n## this stack is made with:\n* MongoDb No SQL database https://www.mongodb.com/\n* JWT for Auth https://jwt.io/ \u0026 https://github.com/auth0/angular2-jwt\n* SocketIo https://socket.io/\n* ExpressJs http://expressjs.com/\n* google maps with AGM https://angular-maps.com/\n* Angular Material https://material.angular.io/\n* angular4 https://angular.io/\n\n## Installing Dependecies\n1. Clone this repo from Git\n2. Run `npm install` in your command line.\n3. Rename file `example_config.js` to `config.js` in `/server/config` folder and edit it. This file will be included in `.gitignore`\n4.\nLogin navigate to `localhost:3000/`\n\n\n## Prerequisites\n1. MongoDB installed and running (http://mongodb.org)\n2. Node.js and NPM installed (http://nodejs.org)\n3. [ImageMagick](http://www.imagemagick.org/script/index.php) or [GraphicsMagick](http://www.graphicsmagick.org/) installed,\nmore info in [gm](https://github.com/aheckmann/gm) page on how to install depending your Operating System. If installing ImageMagick on Windows, please check \"Install Legacy Utitities (e.g. convert\") during installation otherwise node will report errors.\n\n## Development server\nRun `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.\n\n## Code scaffolding\nRun `ng generate component component-name` to generate a new component. You can also use `ng generate directive/pipe/service/class/module`.\n\n## Help with angular-cli\nTo get more help on the `angular-cli` use `ng --help` or go check out the [Angular-CLI README](https://github.com/angular/angular-cli/blob/master/README.md).\n\n\n\n## Build. FrontEnd\n\nRun `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.\nUse `ng build --watch` to avoid re-loading page when you change code\n\n\n## Backend\nUse `nodemon npm start` to avoid re-loading page when you change code\n\n\n\n## Running unit tests\nRun `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).\n\n\n\n## Running end-to-end tests\n\nRun `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).\nBefore running the tests make sure you are serving the app via `ng serve`.\n\n\n## Viewing the App\nOpen your favourite web browser and point to `http://localhost:3000`\n\nEnjoy!\n\n\n\n## install mongodb\ninstall mongodb https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/\n\n## Tool in production\n* We recommand https://github.com/Unitech/pm2\n* run `pm2 start npm -- start`\n\n\n\n# Preview of the app\n### Video\n[![RealTime Maps and Chat with Angular SocketIo Video](https://img.youtube.com/vi/vTPTPhKjSR8/0.jpg)](https://www.youtube.com/watch?v=vTPTPhKjSR8)\n=======\nTo get more help on the `angular-cli` use `ng help` or go check out the [Angular-CLI README](https://github.com/angular/angular-cli/blob/master/README.md).\n\n# Pull requests are welcome !\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falan345%2Frealtime-maps-and-chat-with-angular-socketio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falan345%2Frealtime-maps-and-chat-with-angular-socketio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falan345%2Frealtime-maps-and-chat-with-angular-socketio/lists"}