https://github.com/careydevelopment/crm-service
Handles CRM-related activities in the Carey Development ecosystem.
https://github.com/careydevelopment/crm-service
crm-service jackson java json jwt jwt-secret mongodb spring-boot
Last synced: about 1 month ago
JSON representation
Handles CRM-related activities in the Carey Development ecosystem.
- Host: GitHub
- URL: https://github.com/careydevelopment/crm-service
- Owner: careydevelopment
- License: mit
- Created: 2021-01-29T23:30:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-28T22:42:37.000Z (almost 4 years ago)
- Last Synced: 2025-02-18T04:54:01.173Z (3 months ago)
- Topics: crm-service, jackson, java, json, jwt, jwt-secret, mongodb, spring-boot
- Language: Java
- Homepage:
- Size: 287 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# CRM Service


This is a Spring Boot application that's used with the "Building a CRM Application " series on the Carey Development website.
It's a microservice that handles requests related to CRM-specific objects within an ecosystem.
Each branch within this repo is related to a distinct guide. The master branch holds the latest version of the application.
If you want to follow along with the series, just visit the URL that points to the careydevelopmentcrm tag.
Remember, all guides are in reverse chronological order so if you want to start from the beginning, you'll need to go to the last page.
## You Need to Make Updates
Bad news: you can't just clone this source and run it right out of the box. You'll need to make some changes.For example, you'll need to update the MongoDB connection string in `application.properties`.
You might like to make some other configuration changes as well (e.g., maximum upload file size).
If you're deploying to Kubernetes, you could also store those properties in an external config file as I describe here.
## The UI
The Carey Development CRM source uses this service.## License
This code is under the [MIT License](https://github.com/careydevelopment/crm-service/blob/master/LICENSE).