Code Monkey home page Code Monkey logo

tomdieu / momo-app-clone Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 1.84 MB

Mobile money application to send money with backend in django rest and frontend in react native

License: MIT License

JavaScript 49.25% Python 47.61% Dockerfile 0.26% HTML 1.85% Shell 0.09% CSS 0.77% Makefile 0.18%
django react-native-android reactnative django-rest-framework transfer-money docker-compose rest-api celery celery-redis celerybeat python redis redis-server expo django-automation djangochannels rest-apis fullstack momo-app-clone trixwallet

momo-app-clone's Introduction

momo-app-clone

alt logo

wakatime

Docker Image CI

Django CI

This is a small project on a money transaction app made in python using Django and Django Rest Framework to build api

Technology used

  • Django
  • Django Rest Framework(DRF) for the api
  • React Native (for the android frontend)
  • Rest Framework Swagger to generate the api documentation

Django Backend

How to run

  • Clone the repository with

    git clone https://github.com/Tomdieu/momo-app-clone.git
    
  • Navigate to the backend directory

    cd momo-app-clone/backend
    
  • Create a virtual environment On Linux and macos

    python3 -m venv env
    

    On Windows

    python -m venv env
    

    Or with virtualenv

    virtualenv env
    
  • Activate the virtual environment On linux and macos

    source ./env/bin/activate
    

    On Windows

    ./env/Scripts/activate
    
  • Install the requirements

    pip -r install requirements.txt
    
  • Create a superuser

    python manage.py createsuperuser
    
  • Run the server with

    python manage.py runserver
    

momo-app-clone's People

Contributors

ivantom-pro avatar tomdieu avatar

Stargazers

 avatar  avatar

Watchers

 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.