Skip to content

lukacavic/anippe

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Anippe CRM

Project Management/CRM application made using Java and Eclipse Scout Framework
Explore the docs »

View Demo (soon) · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License

About The Project

Logo



Logo

(back to top)

Built With

  • Eclipse Scout Framework
  • Postgres SQL database

(back to top)

Getting Started

Prerequisites

In order to run this project you need to install Node.js, pnpm, AdoptJDK 11, PostgreSQL.

Please visit this url to learn how to install and prepare Eclipse/IntellJ, Node.js, pnpm.

How to setup

  1. Clone repository
  2. Import it into IntelliJ/Eclipse as Maven project.
  3. Wait Maven to build and fetch all dependencies
  4. Open anippe.server.app.dev /src/main/resources/config.properties.example and rename it to config.properties. Edit the file and add your own DB credentials and JDBC url.
     db.url=jdbc:postgresql://localhost:5432/anippe
     db.username=postgres
     db.password=postgres
  5. From Run Configurations select weball. This will run webpack to build JS and LESS files and after that run server and client. After that open Anippe CRM using:
     http://localhost:8082
    
    Login using: admintest/admin

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)