Welcome! This is the ClothApp Server Repository.
For the server side of our project we used the following techonologies:
- NodeJS: a JavaScript runtime built on Chrome's V8 JavaScript engine.
- Express: a web framework for NodeJS.
- Parse Cloud Code: an advanced hosting service. Provided by Parse.
- Parse Core: to easily store data on the cloud. Provided by Parse.
- Jade: an HTML template engine.
This repository cointains our website code. You can visit our website at http://www.clothapp.it
This repository also contains our web client code. You can try our web client at http://www.clothapp.it/webclient
NOTE: As of now, our web client is still a work in progress and provides basic functionalities only. We are hard at work to improve all the existing functionalities and add more and more new stuff.
Last but not least, this repository also contains the code of our server. We are in the process of building and implementing a REST API interface to let everyone get access to our database.
Our team is composed by:
- Carlini Jacopo
- Ceribelli Giacomo
- Cometto Niccolò
- Conia Simone
- Dessì Roberto
Feel free to contact us: clothapp.project@gmail.com
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Prof. Panizzi Emanuele - for his precious suggestions and feedback.
Copyright 2015-2016 ClothAppProject
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.