Skip to content

guilhermeappel/cnab-importer-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Challenge - CNAB File Importer

Solution for the code challenge "CNAB File Importer". Developed with React.js, C# .NET Core and PostgreSQL.

Run application | Local environment

Run command: docker-compose up -d --build

The application was developed using Docker Compose, so you can simply run the command above, inside the "docker" folder. It will compile the application with all the necessary files and make it accessible at the link: http://localhost:3000/

The API documentation was created using Swagger Docs and will be made available through the link: http://localhost:7702/swagger

PS: It runs a Docker PostgreSQL Database using the port 5432, so be sure to not be running any other database application at this port.

Live example

The front-end application is deployed at: https://cnab-importer.herokuapp.com/

The back-end application is deployed at: https://cnab-importer-api.herokuapp.com/api/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published