You could find the API part with Rails from here
This web application facilitates for users concerned with installing a solar system for their properties to find out the required parts according to their location and electricity consumption only. It provides two stakeholders, The client and the contractor who will install the system.
Contractors have a part as freelancers who could provide proposals on different systems and the clients get the chance to choose from different offers and contractors.
You should have node
and angular cli
installed. If you don't, install node from here and angular cli from here.
- Download the zipped file and unzip it or Clone it
- Run this command to install the packages needed
$ npm install
- Run this command to open the server
$ ng serve
- Go to this url in your browser
http://localhost:4200
- Angular => Single Page Application
- Express.js => Creation of web server for for Deploying on Heroku
- HTML => Templates and views structure of the application
- CSS, Angular Material & Bootstrap => Styling of the application
MIT License
Copyright (c) 2020 Nouran Samy - Zeyad Saleh - Ahmed Abdelhamid - Muhammed Alaa
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.