Git Product home page Git Product logo

ecoa's Introduction

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

ecoa's People

Contributors

pedroalonsoms avatar adrian-rmz avatar felipegonac0 avatar kerimtaray avatar santiagovelasquezchang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.