intelliQ - Έξυπνα ερωτηματολόγια
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Το αντικείμενο της εργασίας είναι η ανάπτυξη μιας εφαρμογής λογισμικού για τη διαμόρφωση και εκτέλεση "έξυπνων ερωτηματολογίων". Η εφαρμογή χρησιμοποιείται για τη συγκέντρωση δεδομένων από τέτοια ερωτηματολόγια σε διάφορες έρευνες.
softeng2022-34
- el19241
note: avtzis = ntua-el19421
- React
- Express
- MySQL
- Visual Paradigm
- Clone the repo
git clone https://ntua-el19241@github.com/ntua/SoftEng22-34.git && cd SoftEng22-34/
- Run the installation script
chmod +x install.sh sudo ./install.sh
- Enter credentials for your MySQL Server
- Αν είναι εγκατεστημένος o MySQL Server, τότε το script δημιουργεί αυτόματα τη βάση που χρησιμοποιείται από το backend και δεν χρειάζονται περαιτέρω ενέργειες.
- Επίσης δημιουργείται εξ αρχής ένας διαχειριστικός λογαριασμός με username και password "admin", απ' όπου μπορεί να γίνει απ' ευθείας σύνδεση.
ΒΑΣΙΚΗ ΣΗΜΕΙΩΣΗ: Η σωστή εγκατάσταση και λειτουργία του προγράμματος δεν μπορεί να εγγυηθεί σε λειτουργικά συστήματα της Microsoft.
- Start the backend
cd api-backend/ npm start - Start the frontend
cd frontend/ sudo serve -s build
cd api-backend/
npm testse2234 --helpFor more examples, please refer to the Documentation
Distributed under the MIT License.
Copyright © 2023 Altan Avtzi
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.
Altan Avtzi - @avtzis01 - avtzialtan@hotmail.com
Project Link: https://github.com/ntua/SoftEng22-34