Giter VIP home page Giter VIP logo

prueba-ebusiness's Introduction

prueba-ebusiness

Prueba técnica caso de estudio - ebusiness

The project requires Java SE 11 (LTS), Node.js 14, Angular 12, PostgreSQL 13 and Maven 3.

Get a copy of the code

>> git clone https://github.com/maferelo/prueba-ebusiness.git

Modify \backend\src\main\resources\application.properties with your database credentials.

Note: Not safe, implement environment varaibles.

spring.datasource.url=jdbc:postgresql: spring.datasource.username= spring.datasource.password=

Run API

>> cd <base-path>/backend
run

or execute: backend-0.0.1-SNAPSHOT-jar-with-dependencies.jar

Run frontend

>> cd <base-path>/frontend
>> ng serve

The frontend is located at http://localhost:4200/ and the API is exposed at http://localhost:8080/

To check if sequence is correct POST to http://localhost:8080/verifiedADN/add with Body:

{ "id": ["ATGCGA","CAGTGC","TTATGT","AGAAGG","CCCCTA","TCACTG"] }

returns .

To list checked sequences go to http://localhost:8080/verifiedADN/all

returns List.

To get statistics http://localhost:8080/verifiedADN/statistics

{ "count_incorrect_dna": "0", "count_correct_dna": "13", "ratio": "1.0" }

Compile with

>> mvn clean compile assembly:single
>> ng build frontend

prueba-ebusiness's People

Contributors

maferelo avatar

Watchers

 avatar  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.