{"id":23044870,"url":"https://github.com/cmsrs/mean_crud","last_synced_at":"2025-04-03T01:44:06.789Z","repository":{"id":73449035,"uuid":"82552623","full_name":"cmsrs/mean_crud","owner":"cmsrs","description":"crud mean = MongoDb / Express / angular 2 / Node.js","archived":false,"fork":false,"pushed_at":"2017-02-21T14:00:43.000Z","size":1208,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-08T16:12:58.972Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/cmsrs.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-20T11:54:01.000Z","updated_at":"2023-02-04T11:27:27.000Z","dependencies_parsed_at":"2023-02-24T19:45:12.546Z","dependency_job_id":null,"html_url":"https://github.com/cmsrs/mean_crud","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/cmsrs%2Fmean_crud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmsrs%2Fmean_crud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmsrs%2Fmean_crud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmsrs%2Fmean_crud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cmsrs","download_url":"https://codeload.github.com/cmsrs/mean_crud/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246922235,"owners_count":20855343,"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":[],"created_at":"2024-12-15T21:17:02.611Z","updated_at":"2025-04-03T01:44:06.769Z","avatar_url":"https://github.com/cmsrs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#MEAN CRUD\n\n   *M*  MongoDb  \n   *E*  Express  \n   *A*  Angular 2  \n   *N*  Node.js\n\n   *C*  create  \n   *R*  read  \n   *U*  update  \n   *D*  delete\n\n###INSTALL\n\n1. Get files\n   \n   ```shell\n   $git clone https://github.com/cmsrs/mean_crud.git\n   $cd ./mean_crud\n   ```\n   \n2. Installing Node Modules for server\n   \n   ```shell\n   $npm install  express  mongoose body-parser\n   ```\n   \n3. Start MongoDB\n   \n   ```shell\n   $/etc/init.d/mongodb  start\n   ```\n   \n   and change database config in file: `./server/config/db.js` if you need\n   \n   \n4. Start server\n   \n   ```shell\n   $nodejs server.js\n   ```\n   \n5. Test server\n   \n   create 10 examples records:\n   \n   ```shell\n   $./tests/t.sh 10\n   ```\n   \n6. Install angular 2 and dependents for client\n   \n   ```shell\n   $git clone https://github.com/angular/quickstart.git app\n   $cd app\n   $npm install \n   $mv src src_org; mv ../app_src .; mv app_src src\n   $npm start   \n   ```\n   \u003chttp://localhost:3001\u003e   \n   \n7. Go to page\n   \n   \u003chttp://localhost:3000\u003e\n      \n###VIDEO TUTORIAL\n\n   \u003chttp://www.cmsrs.pl/en/cms/projects/mean-crud---mongodb-express-angular2-node.js\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmsrs%2Fmean_crud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcmsrs%2Fmean_crud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmsrs%2Fmean_crud/lists"}