Skip to content

RobertNeat/ParrotSocial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ParrotSocial REST API

ParrotSocial is a social media application that provides RESTful APIs for various social media functionalities such as user management, messaging, group creation, event management, and more. This README provides an overview of the project structure, dependencies, and how to set up and run the API.

Features

  • Authorization: Implemented using Spring Security with JWT tokens.
  • User Management: Create, update, delete user accounts.
  • Messaging: Send and receive messages between users.
  • Group Management: Create groups, add users to groups, and post within groups.
  • Event Management: Create events, manage event details, and RSVP.
  • Notifications: Notify users of relevant activities (not yet implemented).

Tech Stack

  • Spring Boot
  • MongoDB
  • Spring Security
  • JWT (JSON Web Tokens)
  • Lombok
  • Commons FileUpload

Dependencies

Models

  • User: Represents a user account with various profile details.
  • City: Represents a city entity.
  • Conversation: Represents a conversation between users.
  • Message: Represents a message within a conversation.
  • Event: Represents an event with details like title, description, and date.
  • Group: Represents a group with members and other details.
  • Post: Represents a post made by a user within a group or on their timeline.
  • Comment: Represents a comment made on a post.
  • Notification: Represents a notification for activities (not yet implemented).

Getting Started

  1. Clone the repository.
  2. Configure MongoDB connection in application.properties.
  3. Build and run the project using Maven or your preferred IDE.

Usage

Once the application is running, you can use tools like Postman to interact with the RESTful APIs provided by the application. Refer to the API documentation or codebase for available endpoints and their usage.

Contributing

Contributions are welcome! Please fork the repository, make your changes, and submit a pull request. Ensure that your code follows the project's coding standards and conventions.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages