Skip to content

Open Source CRM Application powered by Latest Sencha Web Technologies.

License

Notifications You must be signed in to change notification settings

flint9ban/SenchaCRM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sencha CRM

Deploy

Build Status

OVERVIEW

The CRM application powered by latest Sencha web technologies.

SenchaCRM

The DEMO SITE is here: SenchaCRM on Heroku

SenchaCRM

REQUIREMENTS

RUN

  1. Sencha Ext JS 6.0.1
  2. Sencha Cmd 6+
  3. Java SE Development Kit 8+
  4. Maven 3+
  5. PostgreSQL 9+

DEVELOPMENT

  1. Eclipse 4.2+
  2. Lombok

OPTIONAL

  1. WebStorm 11+
  2. IntelliJ IDEA 15+
  3. Heroku Toolbelt

GETTING STARTED

Clone the repository.

$ git clone https://github.com/shinobukawano/SenchaCRM

Setup Sencha Ext JS SDK (v6 is required).

$ cd SenchaCRM/src/main/resources/public
$ sencha app upgrade {path/to/Ext-JS-SDK}

Build the Sencha application.

$ sencha app build development

Create database named "senchacrm" on your PostgreSQL DB, and update src/main/resources/application.yml to fit your environment.

datasource:
  ...
  url: jdbc:postgresql://localhost:5432/senchacrm
  username: shinobukawano
  password: 
  ...

Run the Spring Boot application.

$ cd SenchaCRM
$ mvn spring-boot:run

Then, you can access th Sencha CRM application via localhost:8080.

DEVELOPMENT

Import project to your Eclipse workspace.

[File] -> [Import] -> [Existing Maven Project], and select the cloned repository.

Don't forget to add lombok.jar to Java build path on your Eclipse project.

AUTHOR

LICENSE

Licensed under the GPL v3 License.

About

Open Source CRM Application powered by Latest Sencha Web Technologies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published