Skip to content

A asynchronous File (MS Excel) Processor using Django and Celery

Notifications You must be signed in to change notification settings

douglasmoraisdev/django_finxi_sales

Repository files navigation

Asynchronous File Processor using Django and Celery

This app asynchronously process sale files (.xlsx Excel extension). Insert the records on Database and notify the user (front-end) when finish.

Requirements

Running Instructions

  1. Clone the project locally:
$ git clone git@github.com:douglasmoraisdev/django_finxi_sales.git
  1. Run docker-compose in project dir
$ cd django_finxi_sales/
$ docker-compose up
  1. Open the Dashboard on browser using the url:
http://localhost:8000/dashboard/

Done.

Extras:

  • (Optional) Create a superuser, for Django admin usage
$ docker exec -it <docker_finxi_web_container_id> python manage.py createsuperuser

Django Admin url:

http://localhost:8000/admin/

Releases

No releases published

Packages

No packages published