Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-rb/switter-clone-app
Very simple t(s)witter clone ;-)
https://github.com/s-rb/switter-clone-app
Last synced: 24 days ago
JSON representation
Very simple t(s)witter clone ;-)
- Host: GitHub
- URL: https://github.com/s-rb/switter-clone-app
- Owner: s-rb
- Created: 2020-08-21T03:37:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T20:33:22.000Z (12 months ago)
- Last Synced: 2024-11-05T21:16:53.580Z (2 months ago)
- Language: Java
- Size: 82 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Switter clone very simple APP
![Java](https://img.shields.io/badge/-Java-05122A?style=flat&logo=Java&logoColor=fffffb) ![Spring](https://img.shields.io/badge/-Spring-05122A?style=flat&logo=Spring) ![SpringBoot](https://img.shields.io/badge/-SpringBoot-05122A?style=flat&logo=SpringBoot) ![Freemarker](https://img.shields.io/badge/-Freemarker-05122A?style=flat&logo=Freemarker) ![Flyway](https://img.shields.io/badge/-Flyway-05122A?style=flat&logo=Flyway) ![Postgresql](https://img.shields.io/badge/-Postgresql-05122A?style=flat&logo=Postgresql&logoColor=white) ![Maven](https://img.shields.io/badge/-Maven-05122A?style=flat&logo=Maven) ![Rest](https://img.shields.io/badge/-RestAPI-05122A?style=flat&logo=rest) ![JUnit](https://img.shields.io/badge/-JUnit-05122A?style=flat&logo=Junit) ![Mockito](https://img.shields.io/badge/-Mockito-05122A?style=flat&logo=Mockito) ![Bootstrap4](https://img.shields.io/badge/-Bootstrap4-05122A?style=flat&logo=bootstrap&logoColor=blue) ![Turbolinks](https://img.shields.io/badge/-Turbolinks-05122A?style=flat&logo=Turbolinks)
### Training application with basic Twitter functions.
WEB application in Java8, using SpringBoot (data-jpa, security, web).
DB - Postgres. Migrations - Flyway. Tests - jUnit4, mockito. Template engine - Freemarker.
On the front - bootstrap 4, turbolinks.Main functions:
- User registration,
- Adding/editing posts with file uploads, tags,
- Search for messages by tag,
- Pagination,
- Likes,
- View posts of a specific user,
- Subscribe/unsubscribe to users,
- Change your email and password.