/FrodoPay-BackEnd

Frodo Pay a mobile app you always keep near on your phone at hand! Safe, Simple and helpful way to manage your crypto payments!

Primary LanguagePython

FrodoPay API Services

Frodo Pay a mobile app you always keep near on your phone at hand! Safe, Simple and helpful way to manage your crypto payments!

check demo or use api: https://api.frodopay.io



launch

docker-compose up -d --build
docker-compose exec app python manage.py makemigrations advertise authentication fee lottery transactions web
docker-compose exec app python manage.py migrate
docker-compose exec app python manage.py collectstatic
docker-compose exec app python manage.py createsuperuser




Build code with docker compose

docker-compose build

Run the built container

docker-compose up -d

Build the image and spin up the containers:

docker-compose up -d --build

Migrate databases

docker-compose exec app python manage.py makemigrations
docker-compose exec app python manage.py migrate

Collect static files

docker-compose exec app python manage.py collectstatic

Create super user

docker-compose exec app python manage.py createsuperuser