Skip to content

Todvaa/money_exchange_bot_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

money_exchange_bot_backend

Description

This project was created in order to automate the work of an administrator at a currency exchange office in Sri Lanka for Russians. The logic of the bot and data storage is divided into services. Synchronous realized by API. Documentation.
This service stores data and logic of work. Interface for working with Telegram API on a separate service. You can find it on this link: https://github.com/Todvaa/money_exchange_bot

Launch

  1. Install requirements in the virtual environment.
    pip install -r requirements.txt

  2. Create and fill out a file ".env"
    cp .env.dist .env

  3. Run the migrations.

    python manage.py migrate

  4. Start server.
    python manage.py runserver

TODO

  • Сontainerize in docker
  • Using queues where it necessary

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages