ivaniltonneto / desBack-end

A aplicação consiste em analisar um arquivo .txt e salvar suas informações em um banco de dados.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

project developed for the front end challenge


The application consists of parsing a text file (CNAB) and saving its information (financial transactions) in a database. Made with the intention of simulating a technical test in the FullStack development course at Kenze Academy Brasil.



Installation and running in development environments

Create the virtual environment

python -m venv venv

activate the venv

# linux
source venv/bin/activate

# windows
.\venv\Scripts\activate

Instale as dependências

pip install -r requirements.txt

Run the migrations

./manage.py migrate

Run the application

./manage.py runserver


File for testing: File CNAB

Base URL

http://127.0.0.1:8000/api/

Documentation

http://127.0.0.1:8000/docs/

Routes

About

A aplicação consiste em analisar um arquivo .txt e salvar suas informações em um banco de dados.

License:MIT License


Languages

Language:Python 100.0%