whaleal / ecosystem-user-service

Microservice that handles user-related tasks (including login and profile management) for the Carey Development ecosystem.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Carey Development Logo

Carey Development Ecosystem User Service

license

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

About

Microservice that handles user-related tasks (including login and profile management) for the Carey Development ecosystem.

License:MIT License


Languages

Language:Java 99.7%Language:Dockerfile 0.3%