This app asynchronously process sale files (.xlsx Excel extension). Insert the records on Database and notify the user (front-end) when finish.
-
Docker: https://docs.docker.com/install/
-
Docker Compose: https://docs.docker.com/compose/install/
- Clone the project locally:
$ git clone [email protected]:douglasmoraisdev/django_finxi_sales.git
- Run docker-compose in project dir
$ cd django_finxi_sales/
$ docker-compose up
- Open the Dashboard on browser using the url:
http://localhost:8000/dashboard/
Done.
- (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/