kerimtaray / ecoa

A major redesign of the traditional Tec's primary satisfaction survey: ECOA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A major redesign of the traditional Tec's primary satisfaction survey: ECOA

📚 Usage

First, mysql is required.

For installing on Mac, run

brew install mysql

For installing on Windows, check: https://dev.mysql.com/doc/refman/8.0/en/windows-installation.html

Then create a database named ecoa:

CREATE DATABASE ecoa;

After that, you must add a .env file at the root of the repo with your database configuration. For example:

DB_HOST="127.0.0.1"
DB_USER="root"
DB_NAME="ecoa"

Note: if you've set a password, then add DB_PASSWORD="<your password>"

Make sure you have node and npm in your machine

In order to reset and seed the database with data you should use:

npm run db:reset

Then for being able to start the server:

npm start

Now if you open http://localhost:8080, it should be working

📑 Documents

💿 SQL Diagram

Development Team

Team 2

  • Backend - Pedro Alonso Moreno Salcedo A01741437
  • Backend - Kerim Taray Malagon A0027581
  • Unity - Santiago Velasquez Chang A00832788
  • Unity - Felipe de Jesús González Acosta A01275536
  • Frontend - Adrián Alejandro Ramírez Cruz A00830640

References & Credits

About

A major redesign of the traditional Tec's primary satisfaction survey: ECOA

License:Other


Languages

Language:C# 43.0%Language:JavaScript 23.2%Language:ShaderLab 23.2%Language:CSS 6.4%Language:HLSL 4.0%Language:HTML 0.2%