{"id":16049792,"url":"https://github.com/itsdevcoffee/energypro-codered","last_synced_at":"2025-07-16T10:37:47.546Z","repository":{"id":29840521,"uuid":"33385261","full_name":"itsdevcoffee/EnergyPro-CodeRed","owner":"itsdevcoffee","description":"Hackathon Repo","archived":false,"fork":false,"pushed_at":"2015-04-04T21:51:51.000Z","size":30156,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T02:47:45.179Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itsdevcoffee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-03T22:14:25.000Z","updated_at":"2015-04-04T21:51:51.000Z","dependencies_parsed_at":"2022-09-07T18:22:09.597Z","dependency_job_id":null,"html_url":"https://github.com/itsdevcoffee/EnergyPro-CodeRed","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/itsdevcoffee/EnergyPro-CodeRed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsdevcoffee%2FEnergyPro-CodeRed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsdevcoffee%2FEnergyPro-CodeRed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsdevcoffee%2FEnergyPro-CodeRed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsdevcoffee%2FEnergyPro-CodeRed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itsdevcoffee","download_url":"https://codeload.github.com/itsdevcoffee/EnergyPro-CodeRed/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsdevcoffee%2FEnergyPro-CodeRed/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263585905,"owners_count":23484491,"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-10-09T00:27:10.017Z","updated_at":"2025-07-04T17:10:58.538Z","avatar_url":"https://github.com/itsdevcoffee.png","language":"JavaScript","readme":"[![MEAN.JS Logo](http://meanjs.org/img/logo-small.png)](http://meanjs.org/)\n\n[![Build Status](https://travis-ci.org/meanjs/mean.svg?branch=master)](https://travis-ci.org/meanjs/mean)\n[![Dependencies Status](https://david-dm.org/meanjs/mean.svg)](https://david-dm.org/meanjs/mean)\n\nMEAN.JS is a full-stack JavaScript open-source solution, which provides a solid starting point for [MongoDB](http://www.mongodb.org/), [Node.js](http://www.nodejs.org/), [Express](http://expressjs.com/), and [AngularJS](http://angularjs.org/) based applications. The idea is to solve the common issues with connecting those frameworks, build a robust framework to support daily development needs, and help developers use better practices while working with popular JavaScript components. \n\n## Before You Begin \nBefore you begin we recommend you read about the basic building blocks that assemble a MEAN.JS application: \n* MongoDB - Go through [MongoDB Official Website](http://mongodb.org/) and proceed to their [Official Manual](http://docs.mongodb.org/manual/), which should help you understand NoSQL and MongoDB better.\n* Express - The best way to understand express is through its [Official Website](http://expressjs.com/), which has a [Getting Started](http://expressjs.com/starter/installing.html) guide, as well as an [ExpressJS Guide](http://expressjs.com/guide/error-handling.html) guide for general express topics. You can also go through this [StackOverflow Thread](http://stackoverflow.com/questions/8144214/learning-express-for-node-js) for more resources.\n* AngularJS - Angular's [Official Website](http://angularjs.org/) is a great starting point. You can also use [Thinkster Popular Guide](http://www.thinkster.io/), and the [Egghead Videos](https://egghead.io/).\n* Node.js - Start by going through [Node.js Official Website](http://nodejs.org/) and this [StackOverflow Thread](http://stackoverflow.com/questions/2353818/how-do-i-get-started-with-node-js), which should get you going with the Node.js platform in no time.\n\n\n## Prerequisites\nMake sure you have installed all these prerequisites on your development machine.\n* Node.js - [Download \u0026 Install Node.js](http://www.nodejs.org/download/) and the npm package manager, if you encounter any problems, you can also use this [GitHub Gist](https://gist.github.com/isaacs/579814) to install Node.js.\n* MongoDB - [Download \u0026 Install MongoDB](http://www.mongodb.org/downloads), and make sure it's running on the default port (27017).\n* Bower - You're going to use the [Bower Package Manager](http://bower.io/) to manage your front-end packages, in order to install it make sure you've installed Node.js and npm, then install bower globally using npm:\n\n```\n$ npm install -g bower\n```\n\n* Grunt - You're going to use the [Grunt Task Runner](http://gruntjs.com/) to automate your development process, in order to install it make sure you've installed Node.js and npm, then install grunt globally using npm:\n\n```\n$ sudo npm install -g grunt-cli\n```\n\n## Downloading MEAN.JS\nThere are several ways you can get the MEAN.JS boilerplate: \n\n### Yo Generator \nThe recommended way would be to use the [Official Yo Generator](http://meanjs.org/generator.html) which will generate the latest stable copy of the MEAN.JS boilerplate and supplies multiple sub-generators to ease your daily development cycles.\n\n### Cloning The GitHub Repository\nYou can also use Git to directly clone the MEAN.JS repository:\n```\n$ git clone https://github.com/meanjs/mean.git meanjs\n```\nThis will clone the latest version of the MEAN.JS repository to a **meanjs** folder.\n\n### Downloading The Repository Zip File\nAnother way to use the MEAN.JS boilerplate is to download a zip copy from the [master branch on GitHub](https://github.com/meanjs/mean/archive/master.zip). You can also do this using `wget` command:\n```\n$ wget https://github.com/meanjs/mean/archive/master.zip -O meanjs.zip; unzip meanjs.zip; rm meanjs.zip\n```\nDon't forget to rename **mean-master** after your project name.\n\n## Quick Install\nOnce you've downloaded the boilerplate and installed all the prerequisites, you're just a few steps away from starting to develop you MEAN application.\n\nThe first thing you should do is install the Node.js dependencies. The boilerplate comes pre-bundled with a package.json file that contains the list of modules you need to start your application, to learn more about the modules installed visit the NPM \u0026 Package.json section.\n\nTo install Node.js dependencies you're going to use npm again, in the application folder run this in the command-line:\n\n```\n$ npm install\n```\n\nThis command does a few things:\n* First it will install the dependencies needed for the application to run.\n* If you're running in a development environment, it will then also install development dependencies needed for testing and running your application.\n* Finally, when the install process is over, npm will initiate a bower install command to install all the front-end modules needed for the application\n\n## Running Your Application\nAfter the install process is over, you'll be able to run your application using Grunt, just run grunt default task:\n\n```\n$ grunt\n```\n\nYour application should run on the 3000 port so in your browser just go to [http://localhost:3000](http://localhost:3000)\n                            \nThat's it! your application should be running by now, to proceed with your development check the other sections in this documentation. \nIf you encounter any problem try the Troubleshooting section.\n\n## Development and deployment With Docker\n\n* Install [Docker](http://www.docker.com/)\n* Install [Fig](https://github.com/orchardup/fig)\n\n* Local development and testing with fig: \n```bash\n$ fig up\n```\n\n* Local development and testing with just Docker:\n```bash\n$ docker build -t mean .\n$ docker run -p 27017:27017 -d --name db mongo\n$ docker run -p 3000:3000 --link db:db_1 mean\n$\n```\n\n* To enable live reload forward 35729 port and mount /app and /public as volumes:\n```bash\n$ docker run -p 3000:3000 -p 35729:35729 -v /Users/mdl/workspace/mean-stack/mean/public:/home/mean/public -v /Users/mdl/workspace/mean-stack/mean/app:/home/mean/app --link db:db_1 mean\n```\n\n## Running in a secure environment\nTo run your application in a secure manner you'll need to use OpenSSL and generate a set of self-signed certificates. Unix-based users can use the following commnad: \n```\n$ sh generate-ssl-certs.sh\n```\nWindows users can follow instructions found [here](http://www.websense.com/support/article/kbarticle/How-to-use-OpenSSL-and-Microsoft-Certification-Authority)\nTo generate the key and certificate and place them in the *config/sslcert* folder.\n\n## Getting Started With MEAN.JS\nYou have your application running but there are a lot of stuff to understand, we recommend you'll go over the [Official Documentation](http://meanjs.org/docs.html). \nIn the docs we'll try to explain both general concepts of MEAN components and give you some guidelines to help you improve your development process. We tried covering as many aspects as possible, and will keep update it by your request, you can also help us develop the documentation better by checking out the *gh-pages* branch of this repository.\n\n## Community\n* Use to [Offical Website](http://meanjs.org) to learn about changes and the roadmap.\n* Join #meanjs on freenode.\n* Discuss it in the new [Google Group](https://groups.google.com/d/forum/meanjs)\n* Ping us on [Twitter](http://twitter.com/meanjsorg) and [Facebook](http://facebook.com/meanjs)\n\n## Live Example\nBrowse the live MEAN.JS example on [http://meanjs.herokuapp.com](http://meanjs.herokuapp.com).\n\n## Credits\nInspired by the great work of [Madhusudhan Srinivasa](https://github.com/madhums/)\nThe MEAN name was coined by [Valeri Karpov](http://blog.mongodb.org/post/49262866911/the-mean-stack-mongodb-expressjs-angularjs-and)\n\n## License\n(The MIT License)\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsdevcoffee%2Fenergypro-codered","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitsdevcoffee%2Fenergypro-codered","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsdevcoffee%2Fenergypro-codered/lists"}