{"id":18073332,"url":"https://github.com/cesarnog/university-mailing-system","last_synced_at":"2025-09-03T13:07:14.578Z","repository":{"id":41052110,"uuid":"107635036","full_name":"CesarNog/university-mailing-system","owner":"CesarNog","description":"System developed as part of MATERA Campinas developer evaluation for hire","archived":false,"fork":false,"pushed_at":"2025-04-10T06:52:30.000Z","size":1120,"stargazers_count":2,"open_issues_count":117,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-12T05:13:15.715Z","etag":null,"topics":["angular4","docker","jhipster","mvc","spring-boot","spring-data-rest","webpack","yarn","yo"],"latest_commit_sha":null,"homepage":" https://cesarnog.github.io/university-mailing-system/","language":"Java","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/CesarNog.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,"zenodo":null}},"created_at":"2017-10-20T05:19:24.000Z","updated_at":"2023-03-05T01:55:45.000Z","dependencies_parsed_at":"2022-09-20T01:11:50.472Z","dependency_job_id":"a62a6f69-2ece-42cd-b9f8-a781d69e9b3c","html_url":"https://github.com/CesarNog/university-mailing-system","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CesarNog/university-mailing-system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CesarNog%2Funiversity-mailing-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CesarNog%2Funiversity-mailing-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CesarNog%2Funiversity-mailing-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CesarNog%2Funiversity-mailing-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CesarNog","download_url":"https://codeload.github.com/CesarNog/university-mailing-system/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CesarNog%2Funiversity-mailing-system/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260743660,"owners_count":23056001,"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":["angular4","docker","jhipster","mvc","spring-boot","spring-data-rest","webpack","yarn","yo"],"created_at":"2024-10-31T10:06:17.411Z","updated_at":"2025-06-19T11:35:48.147Z","avatar_url":"https://github.com/CesarNog.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# University Mailing System \n\n[![Build Status](https://travis-ci.org/CesarNog/university-mailing-system.svg?branch=master)](https://travis-ci.org/CesarNog/university-mailing-system)\n\n\u003e developed by Cesar Augusto Nogueira [www.cesarnogueira.tech](www.cesarnogueira.tech)\n\n## How-to-run\n\nBefore you can build and run this project locally, you must install and configure the following dependencies on your machine:\n\n1. [Node.js - 6.11.3]: Node is being used to run a development web server and build the project.\n   Depending on your system, you can install Node either from source or as a pre-packaged bundle.\n2. [Yarn]: Yarn is being used to manage Node dependencies.\n   Depending on your system, you can install Yarn either from source or as a pre-packaged bundle.\n\n\tAfter installing Node, you should be able to run the following command to install development tools.\n\tYou will only need to run this command when dependencies change in [package.json](package.json).\n\n\t\tyarn install\n\nRun the following commands in two separate terminals to create a blissful development experience where your browser auto-refreshes when files change on your hard drive.\n\n    ./mvnw\n    yarn start\n\nYarn is also used to manage CSS and JavaScript dependencies used in this application.\n\n\n## Building for production\n\nTo optimize the universitymailing application for production, run:\n\n    ./mvnw -Pprod clean package\n\nThis will concatenate and minify the client CSS and JavaScript files. It will also modify `index.html` so it references these new files.\nTo ensure everything worked, run:\n\n    java -jar target/*.war\n\nThen navigate to [http://localhost:8080](http://localhost:8080) in your browser.\n\n\n## Testing\n\nTo launch your application's tests, run:\n\n    ./mvnw clean test\n\n### Client tests\n\nUnit tests are run by [Karma][] and written with [Jasmine][]. They're located in [src/test/javascript/](src/test/javascript/) and can be run with:\n\n    yarn test\n\n## APIs\n\nGET​: /api/students/#{cpf}/scores\nResponse body: \n{\n\"nome\": \"Jose da Silva\",\n\"endereco\": \"Rua Silvio Santos, 55\",\n\"cep\": \"99999-999\",\n\"mensagem\": \"Texto referente a mensagem para o aluno\"\n}\n\nGET​: /api/students\nResponse body: \n{\n\"nome\": \"Jose da Silva\",\n\"endereco\": \"Rua Silvio Santos, 55\",\n\"cep\": \"99999-999\",\n\"mensagem\": \"Texto referente a mensagem para o aluno\"\n}\n\nPOST​: /api/maladireta\nResponse body: \n{\n\"nome\": \"Jose da Silva\",\n\"endereco\": \"Rua Silvio Santos, 55\",\n\"cep\": \"99999-999\",\n\"mensagem\": \"Texto referente a mensagem para o aluno\"\n}\n\n## Main References Used\n\n   NodeJS: [https://nodejs.org/](https://nodejs.org/)\n   Yarn[https://yarnpkg.org/](https://yarnpkg.org/)\n   Webpack: [https://webpack.github.io/](https://webpack.github.io/)\n   Angular CLI: [https://cli.angular.io/](https://cli.angular.io/)\n   BrowserSync: [http://www.browsersync.io/](http://www.browsersync.io/)\n   Karma: [http://karma-runner.github.io/](http://karma-runner.github.io/)\n   Jasmine: [http://jasmine.github.io/2.0/introduction.html](http://jasmine.github.io/2.0/introduction.html)\n   Protractor: [https://angular.github.io/protractor/](https://angular.github.io/protractor/)\n   Leaflet: [http://leafletjs.com/](http://leafletjs.com/)\n   DefinitelyTyped: [http://definitelytyped.org/](http://definitelytyped.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcesarnog%2Funiversity-mailing-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcesarnog%2Funiversity-mailing-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcesarnog%2Funiversity-mailing-system/lists"}