Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mszarlinski/stories-backend
https://github.com/mszarlinski/stories-backend
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mszarlinski/stories-backend
- Owner: mszarlinski
- Created: 2021-01-01T20:19:02.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-24T16:21:26.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T06:15:15.382Z (about 1 month ago)
- Language: Java
- Size: 108 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stories
**Stories** is a Medium clone demonstrating various software design techniques like CQRS, module based testing, event driven architecture and microservices.
Live demo: http://stories-frontend.s3-website.eu-west-2.amazonaws.com
### Features backlog
- [x] Publishing stories
- [x] Viewing story
- [x] Homepage with stories
- [x] Authentication & authorization with Google
- [ ] Searching for stories
- [ ] Linking stories
- [ ] Pretty urls for stories
- [ ] Updating and deleting published stories
- [ ] Updating user name and lastname
- [ ] Bookmarks
- [ ] Following authors
- [ ] Following topics
- [ ] Limiting views for regular account### Tech
- [CQRS] https://github.com/ddd-by-examples/all-things-cqrs
- [AWS Beanstalk] https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/concepts-webserver.html
- [Google Social Login] https://developers.google.com/identity/sign-in/web/backend-auth
- [Spring Security] https://www.baeldung.com/spring-security-oauth2-enable-resource-server-vs-enable-oauth2-sso