Coder Social home page Coder Social logo

fyle-qbo-api's Introduction

Fyle QBO API

Django Rest Framework API for Fyle Quickbooks Online Integration

Setup

  • Rename setup_template.sh to setup.sh

    $ mv setup_template.sh setup.sh
    
  • Setup environment variables in setup.sh

    # Django Settings
    export SECRET_KEY=YOUR DJANGO SECRET KEY
    export ALLOWED_HOSTS=HOSTS SEPARATED BY COMMAS
    export DEBUG=True
    
    # Database Settings
    export DB_NAME=POSTGRES DB NAME
    export DB_USER=POSTGRES DB USER
    export DB_PASSWORD=POSTGRES DB PASSWORD
    export DB_HOST=POSTGRES DB
    export DB_PORT=POSTGRES DB PORT
    
    # Fyle Settings
    export FYLE_BASE_URL=FYLE BASE URL
    export FYLE_CLIENT_ID=FYLE CLIENT ID
    export FYLE_CLIENT_SECRET=FYLE CLIENT SECRET
    export FYLE_TOKEN_URI=FYLE TOKEN URI
    
    # QBO Settings
    export QBO_CLIENT_ID=QBO CLIENT ID
    export QBO_CLIENT_SECRET=QBO CLIENT SECRET
    export QBO_REDIRECT_URI=QBO REDIRECT URI
    export QBO_TOKEN_URI=QBO TOKEN URI
  • Install the requirements

    pip install -r requirements.txt
    
  • Run the migrations

    python manage.py migrate
    
  • Create superuser

    python mange.py createsuperuser
    
  • run the development server

    bash run.sh
    

fyle-qbo-api's People

Contributors

ashwin1111 avatar chatterjeeshekhar avatar dependabot[bot] avatar shwetabhk avatar sravanksk 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.