Skip to content
forked from pedroalonsoms/ecoa

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

License

Notifications You must be signed in to change notification settings

kerimtaray/ecoa

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

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