Skip to content

pedrooctaviocruvinel/loan-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

LOAN CONTROL

GitHub license GitHub branches GitHub commits GitHub latest commit

An application to control loans.

RUNNING THE PROJECT

WHAT YOU'LL NEED

RUNNING

  • Server:
    • Run "docker-compose up" in the "server/src" folder of the project.
  • Client:
    • Install necessary dependencies running "yarn install" in the "client" folder;
    • Execute de application running "yarn start" in the "client" folder.

MADE WITH