Skip to content

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

License

Notifications You must be signed in to change notification settings

ivaniltonneto/desBack-end

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages