The FIoT-Client GUI is an application for things and context management on FIWARE platform using FIoT-Client-Python library. The application is built on top of Angular and Django technologies, on frontend and backend projects, respectively. Frontend is also based on CoreUI project. The project is actually in development.
- Installation and usage
- What's included
- Documentation
- Contributing
- Versioning
- Creators
- Copyright and license
- Support FIoT-Client GUI Development
# clone the repo
$ git clone https://github.com/FIoT-Client/fiot-client-gui.git
# go into app's directory
$ cd fiot-client-gui# go into front end's directory
$ cd backend
# install app's dependencies
$ pip install -r requirements.txt# serve with hot reloading at localhost:8000
$ python manage.py runserver# go into front end's directory
$ cd frontend
# install app's dependencies
$ npm install# serve with hot reloading at localhost:4200
$ ng serve
# build for production with minification
$ ng buildWithin the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:
fiot-client-gui/
├── backend/
| ├── fiotclientgui/
| ├── Dockerfile
| ├── ...
| ├── manage.py
| └── requirements.txt
|
├── frontend/
| ├── e2e/
| ├── src/
| │ ├── app/
| │ ├── assets/
| │ ├── environments/
| │ ├── scss/
| │ ├── index.html
| │ └── ...
| ├── .angular.json
| ├── package.json
| └── ...
|
├── mockups/
├── ...
├── config.ini
└── docker-compose.yml
Under construction.
Under construction.
Under construction.
Lucas Cristiano Calixto Dantas - Initial work and project developer
Lucas Ramon Bandeira da Silva - Project collaborator
Carlos Eduardo da Silva - Professor advisor
This project is licensed under the MIT License - see the LICENSE file for details
Under construction.