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.
python -m venv venv
# linux
source venv/bin/activate
# windows
.\venv\Scripts\activate
pip install -r requirements.txt
./manage.py migrate
./manage.py runserver
File for testing: File CNAB
-
File upload route [POST], and listing of all financial transactions [GET]
-
Route to see the balance of all stores [GET]