GithubHelp home page GithubHelp logo

imaginacion's Introduction

imaginacion

Demo project

  • Entorno de desarrollo:

    • Sistema operativo: Linux Debian Jessie
    • JDK: 1.8
    • MySQL Server: 5.5
    • MySQL Workbench: 6.3.6
    • Spring Boot: 1.5.2.RELEASE
    • Maven: 3.3.9
    • Git: 2.8.0
    • IDE Spring Tool Suite: 3.8.3
    • Swagger2: 2.3.0
    • Postman: 5.1.3
  • Pasos para correr el poryecto: (Se asume que estan previamnete instaladas las herramientas minimas basicas: JDK, Maven, MySQL Server, Git y Postman)

    • Clonar el codigo del proyecto desde github a un directorio local:

      $ glit clone https://github.com/abeljose13/imaginacion.git

    • Crear un esquema de base de datos MySQL:

      $ CREATE SCHEMA imaginaciondb DEFAULT CHARACTER SET utf8;

    • Desde la raiz del proyecto:

      $ cd imaginacion/

      $ mvn clean install

    • Arrancar el proyecto:

      $ mvn spring-boot:run

    • Importar Postman collection:

      • Importar a Postman el archivo: Imaginacion.postman_collection.json desde la ruta: imaginacion/src/test/postman
    • Acceder a Swagger:

      http://localhost:8080/imaginacion/swagger-ui.html

    • Nota: Una vez creado el esquema de datos al arrancar el proyecto por primera vez, modificamos la propiedad "spring.jpa.hibernate.ddl-auto" en el archivo application.properties al valor: "update"

imaginacion's People

Contributors

abeljose13 avatar

Watchers

James Cloos avatar Anthony Piñero 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.