Set of software products for smart clothing
Autentico is a series of software products used for smart clothing. There are three main components:
- A RESTful API Service used for the business logic.
- A Dashboard WebApp used for handle datas.
- A Cross-Platform Mobile application.
- BanckEnd: NodeJS, ExpressJS, SequelizeJS, MySQL, SQLite, MochaJS, ChaiJS.
- Dashboard: Angular v6;
- Ionic Framework v3/4 compatible;
Prerequisites:
- install sqlite3 and sqlite3_analyzer and add to your PATH
- install nodejs and npm
- if you want build the app you have to install Android SDK and ionic
Step to install
git clone https://github.com/didacusabella/Autentico
- if you want to start the server:
cd server && npm install && npm start
- if you want to start the dashboard:
cd dashboard && npm install && npm start
- if yout want to start the mobile
cd client && ionic cordova run <android|ios>