All Projects → Leandco → Tm Crm_erp

Leandco / Tm Crm_erp

Licence: other
DEPRECATED

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Tm Crm erp

Meantorrent
meanTorrent - MEAN.JS BitTorrent Private Tracker - Full-Stack JavaScript Using MongoDB, Express, AngularJS, and Node.js, A BitTorrent Private Tracker CMS with Multilingual, and IRC announce support, CloudFlare support. Demo at:
Stars: ✭ 438 (+123.47%)
Mutual labels:  mongoose, mongodb, angularjs
Angular2 Express Mongoose Gulp Node Typescript
AngularJS 2 (Updated to 4.2.0) Mean Stack application which uses Angular2, Gulp, Express, Node, MongoDB (Mongoose) with Repository Pattern Business Layer
Stars: ✭ 201 (+2.55%)
Mutual labels:  mongoose, mongodb, angularjs
Mean Stack Angular6 Crud Example
MEAN Stack Angular 6 CRUD Web Application
Stars: ✭ 69 (-64.8%)
Mutual labels:  mongoose, mongodb, angularjs
Steedos Platform
华炎魔方低代码/无代码平台。内核采用了元数据、微服务、微前端、K8S等最新的技术架构。Steedos Low-Code / No-Code Platform in nodejs and mongodb.
Stars: ✭ 310 (+58.16%)
Mutual labels:  erp, crm, mongodb
Checksheet Manager
Checksheet Manager for college checksheets. Created with AngularJS and Node/Express/MongoDB.
Stars: ✭ 31 (-84.18%)
Mutual labels:  mongoose, mongodb, angularjs
Mean Angular4 Chat App
MEAN stack with Angular 4 Chat App
Stars: ✭ 41 (-79.08%)
Mutual labels:  mongoose, mongodb, angularjs
Angular Full Stack
Angular Full Stack project built using Angular, Express, Mongoose and Node. Whole stack in TypeScript.
Stars: ✭ 1,261 (+543.37%)
Mutual labels:  mongoose, mongodb, angularjs
Mongoose
Mongoose module for Nest framework (node.js) 🍸
Stars: ✭ 191 (-2.55%)
Mutual labels:  mongoose, mongodb
Openpapyrus
Sophisticated ERP, CRM, Point-Of-Sale, etc. Open source now. This system is developed since 1996.
Stars: ✭ 158 (-19.39%)
Mutual labels:  erp, crm
Ecommerce Site Template
A beautiful e-commerce template powered by React, Redux and other modern web tech.
Stars: ✭ 167 (-14.8%)
Mutual labels:  mongoose, mongodb
Intro To Graphql
[Course] Introduction to GraphQL
Stars: ✭ 175 (-10.71%)
Mutual labels:  mongoose, mongodb
Mongoose Typescript Example
Stars: ✭ 156 (-20.41%)
Mutual labels:  mongoose, mongodb
Next Graphql Blog
🖊 A Blog including a server and a client. Server is built with Node, Express & a customized GraphQL-yoga server. Client is built with React, Next js & Apollo client.
Stars: ✭ 152 (-22.45%)
Mutual labels:  mongoose, mongodb
Frisky
🍿 Open Source GraphQL API for Online Shows
Stars: ✭ 161 (-17.86%)
Mutual labels:  mongoose, mongodb
Nodejs
This project provides Scala.js type-safe bindings for Node.js (current) v8.7.0 and LTS v6.11.4 APIs. The platform supports MEAN (MongoDB, Express, AngularJs, NodeJS), Cassandra, MySQL and many other npm projects.
Stars: ✭ 152 (-22.45%)
Mutual labels:  mongoose, mongodb
Lad
👦 Lad is the best Node.js framework. Made by a former Express TC and Koa team member.
Stars: ✭ 2,112 (+977.55%)
Mutual labels:  mongoose, mongodb
Amazona
Build Ecommerce Like Amazon By MERN Stack
Stars: ✭ 152 (-22.45%)
Mutual labels:  mongoose, mongodb
Rebuild
Building your business-systems freely! 高度可定制化的企业管理系统 企业中台
Stars: ✭ 169 (-13.78%)
Mutual labels:  erp, crm
Express Es6 Starter
Starter project for creating a MVC express server with MongoDB
Stars: ✭ 178 (-9.18%)
Mutual labels:  mongoose, mongodb
Node.js
一步一步学习Node.js,带你从零开始学习Node.js!本仓库是自己总结的Node.js学习图文教程,里面有学习案列和源代码(pubdreamcc原创,欢迎转载,欢迎star)
Stars: ✭ 181 (-7.65%)
Mutual labels:  mongoose, mongodb
ERP software open source with IOT ToManage

Framework base to build your ToManage ERP/CRM and IoT

Build status

ToManage is the first ERP software with internet of things (IOT) network in open source.

ERP software manage your organization's activity (contacts, suppliers, invoices, orders, stocks, agenda, ...). The IOT network allow for faster and further (to collect relevant external data, to relay sensor data through, to create alerts, ...) to work in real time .

ERP software open source with Internet of things network schema ToManage

It's an Open Source ERP software with javascript language and use Nodejs MongoDB Angularjs and Totaljs .

ERP software open source with Internet of things network totaljs nodejs angularjs mongodb

You can freely use, study, modify or distribute it according to its Free Software licence.

You can use it as a standalone application or as a web application to be able to access it from the Internet or a LAN.

ERP software open source with IOT ToManage screen

Getting Started

Install

Need :

  • install Node.js 6.x
  • install MongoDB 3.2
curl -sL https://deb.nodesource.com/setup_6.x | sudo bash -
apt-get install nodejs
git clone [email protected]:ToManage/framework.git
npm install

Using demo mongoDB database from dump directory

cp config.sample config

A demo database is in dump directory

Edit and replace demo name database in config file

Start

node debug.js

Run node.js service with systemd

Create /etc/systemd/system/nodeserver.service

[Unit]
Description=ToManage ERP
Documentation=https://www.tomanage.fr
After=network.target
Requires=mongodb.service

[Service]
Environment=NODE_PORT=8000
Type=simple
User=root
Group=root
# Output to syslog
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=nodeserver
ExecStart=/usr/bin/node /path/to/tomanage/debug.js
WorkingDirectory=/path/to/tomanage
Restart=always
RestartSec=10

[Install]
WantedBy=multi-user.target

Enable the service

systemctl enable nodeserver.service
Created symlink from /etc/systemd/system/multi-user.target.wants/nodeserver.service to /etc/systemd/system/nodeserver.service.

Start the service

systemctl start nodeserver.service

Demo authentication : admin/admin

Good coding :)

Follow us :

On Twitter

On Linkedin

On Google +

On Facebook

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].