Git Product home page Git Product logo

backend's Introduction

Evodoc Backend

Backend v2, new and better

Contribution

  1. Use virtualenv for development (ie. source venv/bin/activate)
  2. Install all dev requirements using pip install -r dev-requirements.txt
  3. Use branches, each feature should have its own branch, when you think everything is done just create PR to master. You can freely merge things into dev branch.
  4. When you are coming back to your branch, first of all do git rebase master to catch up with other contributors.
  5. Write clean and easy-to-read code, also use documentation string on each function/method/class. :)

How to run app as developer

  1. Create and or enter into virtualenv for >=python3.6
  2. Just run pip install -e .
  3. Enter into your virtualenv or edit venv/bin/acitvate script
  4. Export these values or write them into activation script:
    export FLASK_APP=evodoc
    export FLASK_DEBUG=1
    export FLASK_ENV="development"
    
  5. (only if you are editing activate): save your script and re-enter into venv
  6. Just type flask run
  7. ???
  8. Profit

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.