GithubHelp home page GithubHelp logo

forestario / matemabacknew Goto Github PK

View Code? Open in Web Editor NEW

This project forked from builddear/matemabacknew

0.0 0.0 0.0 230 KB

Educational mobile application for studying mathematics. Supported by SoftServ.

Shell 0.47% Python 98.44% Dockerfile 1.09%

matemabacknew's Introduction

About Myself

Greetings

Hello, We are a team of backend developers who have developed the BACKEND for the MATEMA program. We have put a lot of effort into it and hope that people from all over the world will find mathematics a bit more interesting and discover new horizons in the field of mathematics.🥰🥰🥰

Prerequisites

Before you begin, you will need the following tools:

  • Python 3.10
  • Docker
  • Something for testing(Postman or related)

Installation

Follow these steps to install and run the project:

Clone the Repository

git clone https://github.com/BuildDear/MatemaBackNew.git

Enter the Project Directory

cd MatemaBackNew

Configure Environment Variables

cp .env.example .env

Transfer .env into Matema app

Build docker image

docker build -t matema-back-new .

Build docker-compose

docker-compose build

Run docker-compose

docker-compose up

After this, the MatemaBack will be available at http://localhost:8000. Redis will be available at redis://127.0.0.1:6379/0.

Run celery worker

celery -A Matema worker -l info

After this, worker must be connected to (broker, transport) redis://127.0.0.1:6379/0 .

Run celery beat (if need)

 celery -A Matema beat -l info

After this, worker must be connected to (broker) redis://127.0.0.1:6379/0.

Run celery flower (if need)

 celery -A Matema flower

After this, worker must be connected to (broker) redis://127.0.0.1:6379/0.

Swagger documentation of all endpoints(if need)

http://127.0.0.1:8000/swagger/

Author

Matema backenders group

Contacts

[email protected]

matemabacknew's People

Contributors

builddear avatar yura0bodnar avatar fllugel avatar artemidiuss avatar tarasrudko avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.