Giter Club home page Giter Club logo

training-center-backend's Introduction

training-center-backend

Ejecutar el proyecto en Local

Requisitos

  • MariaDB
  • node
  • npm
  • sequelize-cli

Cambiar a la ubicación del proyecto

$ cd /training-center-backend/

Variables de entorno

Se debe crear un archivo .env en el directorio raiz, en el se definiran las siguientes variables:

NODE_ENV
SMTP_USER
SMTP_PASSWORD
FROM_ACCOUNT
SECRET_TOKEN
MYSQL_DATABASE
MYSQL_PASSWORD

Configuración inicial

En el archivo de configuraciones config.js cambiar los datos de conexión a la base de datos de desarrollo y de test. El formato a utilizar será: ://:@/

Instalación

Instalar las dependencias

$ npm install

Ejecutar las migraciones de la BD (Sequelize).

Ejecutar el proyecto

$ npm start

En el navegador:localhost:3000

SEQUELIZE

Training Center UFPS utiliza Sequelize como ORM. Para más información consulte Sequelize CLI

Migraciones

Para ejecutar las Migraciones dentro de la raiz del proyecto:

$ sequelize db:migrate

Seeds

Para ejecutar los seeds:

$ sequelize db:seed:undo:all
$ sequelize db:seed:all

RESTful API

Para consultar la definición del API, consultar la wiki.

Build with ❤️ by Meyito

training-center-backend's People

Contributors

meyito avatar

Watchers

James Cloos avatar Gerson Lázaro 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.