Skip to content

avtzis/ntua-intelliq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Software Engineering Project 2022-2023

intelliQ - Έξυπνα ερωτηματολόγια
Explore the docs »

View Demo · Report Bug · Request Feature

About The Project

Το αντικείμενο της εργασίας είναι η ανάπτυξη μιας εφαρμογής λογισμικού για τη διαμόρφωση και εκτέλεση "έξυπνων ερωτηματολογίων". Η εφαρμογή χρησιμοποιείται για τη συγκέντρωση δεδομένων από τέτοια ερωτηματολόγια σε διάφορες έρευνες.

Group

softeng2022-34

Members

  • el19241

note: avtzis = ntua-el19421

Built With

  • React
  • Express
  • MySQL
  • Visual Paradigm

Getting Started

Prerequisites

  • Node.js
    sudo apt install nodejs
  • MySQL
    sudo apt install mysql-server

Installation

  1. Clone the repo
    git clone https://ntua-el19241@github.com/ntua/SoftEng22-34.git && cd SoftEng22-34/
  2. Run the installation script
    chmod +x install.sh
    sudo ./install.sh
  3. Enter credentials for your MySQL Server
  • Αν είναι εγκατεστημένος o MySQL Server, τότε το script δημιουργεί αυτόματα τη βάση που χρησιμοποιείται από το backend και δεν χρειάζονται περαιτέρω ενέργειες.
  • Επίσης δημιουργείται εξ αρχής ένας διαχειριστικός λογαριασμός με username και password "admin", απ' όπου μπορεί να γίνει απ' ευθείας σύνδεση.

ΒΑΣΙΚΗ ΣΗΜΕΙΩΣΗ: Η σωστή εγκατάσταση και λειτουργία του προγράμματος δεν μπορεί να εγγυηθεί σε λειτουργικά συστήματα της Microsoft.

Usage

Run the app

  1. Start the backend
    cd api-backend/
    npm start
  2. Start the frontend
    cd frontend/
    sudo serve -s build

Run the tests

cd api-backend/
npm test

Command Line Interface

se2234 --help

For more examples, please refer to the Documentation

Components

License

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.

Contact

Altan Avtzi - @avtzis01 - avtzialtan@hotmail.com

Project Link: https://github.com/ntua/SoftEng22-34

About

NTUA Software Engineering Project 2022

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors