AdamWandoch / social-prototype-server

Social App Prototype API/server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Social App Prototype Project.

Spring Boot server/RESTful API providing data persistence to PostgreSQL database and WebSocket server for Social App Prototype.

Deployed here, (nothing set up on the main page, check endpoints below)

Watch me work here

Check ReactJS Client repository

Endpoints:

User Entity:

GET: /user/getall

GET: /user/{id}

POST: /user/post

Post Entity

GET: /post/getall

GET: /post/{id}

POST: /post/post

Like Entity

GET: /like/get/{postId}

POST: /like/save

POST: /like/user-liked

Comment Entity

GET: /comment/{postId}

POST: /comment/save

About

Social App Prototype API/server.


Languages

Language:Java 99.9%Language:Procfile 0.1%