Skip to content

andyholes/tienda-factor-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Tienda FACTOR IT

Welcome to the "Tienda FACTOR IT" project, a full-stack app made for FactorIT's interview proccess. This document provides information about the required runtimes, engines, tools, and their concrete versions to run the application successfully.

Prerequisites

Before you can run the "Tienda FACTOR IT", please ensure that you have the following dependencies and tools installed:

  • Java: Java Development Kit (JDK)

  • Maven: Build and dependency management tool for Java projects

  • npm: Node.js package manager

  • React: JavaScript library for building user interfaces

Installation

  1. Clone the Repository: Clone the "Tienda FACTOR IT" repository to your local machine:

    git clone https://github.com/andyholes/tienda-factor-it.git
    
  2. On the frontend folder run the following command

    npm install
    
  3. Start both the backend and frontend together.

Documentation

You can access Swagger to get a list of the available endpoints exposed by the API. To do so, once the project is nice and running, visit http://localhost:8080/swagger-ui/index.html

Accessing H2 database

The project uses H2 in memory database. For accessing the ddbb console visit http://localhost:8080/h2-console/ with the parameters setted on the application.properties file

About

Fullstack app with Spring Boot and React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages