GithubHelp home page GithubHelp logo

eugene-p / bcrm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from skalpel-tech/bcrm

0.0 1.0 0.0 47 KB

Open Source Business CRM Solution

License: Apache License 2.0

Python 96.38% Dockerfile 1.99% Mako 1.63%

bcrm's Introduction

bcrm

Maintainability

Open Source Business CRM Solution

docker

Create a .env file by copying .env.template to the root folder.

Run the application in docker

docker-compose up --build

Project Structure

Folders

Files

  • .bandit - Bandit security checks configuration

developement

Create a virtual environment

mkvirtualenv bcrm

Install the dependencies

cd src
pip install -r requirements.txt

Set the flask app root

FLASK_APP=app

Initialize database

flask init-db

Run the application

flask run

import postman collection postman environment

or start building an application: swagger

Tests

Install tests dependencies

pip install -r tests/requirements.txt

Run the tests

pytest

Run with coverage report::

coverage run -m pytest
coverage report
coverage html  # open htmlcov/index.html in a browser

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.