Project Management/CRM application made using Java and Eclipse Scout Framework
Explore the docs »
View Demo (soon)
·
Report Bug
·
Request Feature
Table of Contents
- Eclipse Scout Framework
- Postgres SQL database
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.
- Clone repository
- Import it into IntelliJ/Eclipse as Maven project.
- Wait Maven to build and fetch all dependencies
- 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
- 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
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.