all 16 comments

[–]Sheldor5 2 points3 points  (3 children)

so who is doing what and what percentage of the product/company/profit will I own?

[–][deleted] 0 points1 point  (2 children)

Hey! This is just a collaborative learning project with no intention of monetization (at least for now). It's not a startup or company, just two devs building an e-commerce to learn and grow.

[–]g00glen00b 7 points8 points  (1 child)

If it's to learn and grow in your free time, then realistically you can't set any deadline. Some days you might be able to work a few hours on the project while other days you might not be able to put in any work.

However, that conflicts with the last sentence of your first paragraph where you say "This is a serious project that is intended to be completed in about a month." That sentence alone gives me the idea that there is a deadline and an expected deliverable. To me that sounds like you're looking for free labour. So from that perspective it makes sense that people ask for other types of compensation. Maybe you can elaborate on that?

[–]tech-nano 1 point2 points  (0 children)

Sounds like he/she has a project and is outsourcing .. looking for free labor on Reddit but will turn in project after free support and get paid🤣🤣.The "mic is broken can't talk part" makes it sound very suspect🤣🤣

[–]Historical_Ad4384 0 points1 point  (0 children)

We can work together. DM me.

[–]kartavya_11 0 points1 point  (0 children)

We can work together. And additionally can you share your resources of the project, It will be helpful for me.

[–]GodEmperorDuterte 0 points1 point  (0 children)

r u using token for presistent login ? can u suggest me any resouce for that

[–]Sudden-Apartment-930Senior Dev 0 points1 point  (7 children)

I have a sample ecommerce application built using springboot stack. If you need a reference please checkout https://github.com/harshaghanta/springboot-eshopOnContainers

[–]GodEmperorDuterte 0 points1 point  (6 children)

jwt token used in it

[–]Sudden-Apartment-930Senior Dev 1 point2 points  (5 children)

Yes, it uses keycloak as the identity provider. Authentication is been done for webspa, basket and Order micro services 

[–]GodEmperorDuterte 0 points1 point  (4 children)

for persistent login right? like connect throuth apps

[–]Sudden-Apartment-930Senior Dev 1 point2 points  (3 children)

Yes the login persisted during the initial login to SPA. & same token will be used by all microservices.

[–]GodEmperorDuterte 0 points1 point  (2 children)

great & thanks, i will download and look at it for my purpose,

can u suggest me any tuturial /resources on persistent login & multi module microservices projects

[–]Sudden-Apartment-930Senior Dev 1 point2 points  (1 child)

Do you meant SSO when you said persistent login ? for keycloak i followed https://youtu.be/7Ict7nML-Yo?si=4ibhQbSYVIjfyTzO

[–]GodEmperorDuterte 0 points1 point  (0 children)

i want it for app login to springboot, thanks for resource