All Projects → puncsky → touchbase.ai

puncsky / touchbase.ai

Licence: MIT license
E2E-encryption-powered Personal CRM - smartly engage more in meaningful relationships

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to touchbase.ai

koa
A golang framework like koa.js and has the best performance with net/http.
Stars: ✭ 30 (+150%)
Mutual labels:  koa
zoho-crm-php
An API wrapper library for Zoho CRM, written in PHP.
Stars: ✭ 15 (+25%)
Mutual labels:  crm
douban-book-api
第三方豆瓣读书 api 接口
Stars: ✭ 44 (+266.67%)
Mutual labels:  koa
node-sellsy
Node Sellsy API wrapper
Stars: ✭ 15 (+25%)
Mutual labels:  crm
Rephic
💼 Rephic 是一个基于 Koa 的 React 服务端渲染工程脚手架。支持 React-Router, Redux 以及 Less, Sass。
Stars: ✭ 23 (+91.67%)
Mutual labels:  koa
koa-cache-lite
Zero-dependency koa router cache
Stars: ✭ 27 (+125%)
Mutual labels:  koa
nodejs-api-kickstarter
A batteries included NodeJS API Kickstater focused on extensability and developer productivity.
Stars: ✭ 20 (+66.67%)
Mutual labels:  koa
stomt-unreal-plugin
Collect feedback in-game/in-app with STOMT for Unreal Engine.
Stars: ✭ 23 (+91.67%)
Mutual labels:  crm
AmoCRM
Javascript библиотека для работы с AmoCRM
Stars: ✭ 80 (+566.67%)
Mutual labels:  crm
oss-upload-nodejs
服务器签名后直接上传文件到阿里云 OSS
Stars: ✭ 61 (+408.33%)
Mutual labels:  koa
GithubProfile
Visualizing GitHub profile
Stars: ✭ 45 (+275%)
Mutual labels:  koa
utopia-crm
Utopía is an open source platform for community based newsrooms to manage their subscriptions
Stars: ✭ 15 (+25%)
Mutual labels:  crm
koa-context-validator
A robust context validator for koajs. Use Joi behind the scenes.
Stars: ✭ 49 (+308.33%)
Mutual labels:  koa
koa-simple-ratelimit
Simple rate limiter for Koa.js v2 web framework
Stars: ✭ 17 (+41.67%)
Mutual labels:  koa
micro-stacks
Tiny libraries for building the next generation of Stacks apps.
Stars: ✭ 56 (+366.67%)
Mutual labels:  blockstack
koa2-swagger-ui
Swagger UI as Koa v2 middleware
Stars: ✭ 95 (+691.67%)
Mutual labels:  koa
campus-leaflets
校园传单是一个使用 Node.js、MongoDB、Koa、EJS、MDL、Less、RequireJS 和 Gulp 开发的 Node 应用程序。
Stars: ✭ 16 (+33.33%)
Mutual labels:  koa
react-graphql
react-graphql 快速开发方案
Stars: ✭ 15 (+25%)
Mutual labels:  koa
logd.me
Your personal and friendly life log!
Stars: ✭ 16 (+33.33%)
Mutual labels:  crm
CRM
基于SSM开发的客户关系管理系统
Stars: ✭ 183 (+1425%)
Mutual labels:  crm

touchbase.ai

touchbase.ai is the easy, open source way for everyone to smartly engage more in meaningful relationships.

CircleCI

Deploy

touchbase.ai screenshot

Getting Started

git clone [email protected]:puncsky/touchbase.ai.git

Run your project

This is intended for *nix users. If you use Windows, go to Run on Windows. Let's first prepare the environment.

cd touchbase.ai

nvm use 10.15.0
npm install

# prepare environment variable
cp ./.env.tmpl ./.env

Note: please provide your MongoDB URI like MONGODB_URI=mongodb://localhost:27017/touchbase in ./.env file.

Development mode

To run your project in development mode, run:

npm run watch

The development site will be available at http://localhost:4103.

Production Mode

It's sometimes useful to run a project in production mode, for example, to check bundle size or to debug a production-only issue. To run your project in production mode locally, run:

npm run build-production
NODE_ENV=production npm run start

NPM scripts

  • npm run test: test the whole project and generate a test coverage
  • npm run ava ./path/to/test-file.js: run a specific test file
  • npm run build: build source code from src to dist
  • npm run lint: run the linter
  • npm run kill: kill the node server occupying the port 4103.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].