Quantum Space is a social media platform where users can post updates, interact with each other, and stay informed through notifications. This documentation provides a comprehensive guide on how to interact with Quantum-Space's API endpoints for authentication, posts, notifications, and user management.
- Email : [email protected]
- Password : Anujkkk
Quantum-Space APIs are designed for developers to easily integrate social features into their applications. Whether you're looking to enable user registration, manage posts, or notify users, these endpoints make it simple.
Each API module focuses on a specific aspect of Quantum-Space functionality. For detailed information on the routes and usage instructions, please refer to the respective module documentation below.
- Authentication - auth.md: Handles user registration, login, and logout.
- Posts - posts.md: Allows users to create, edit, and delete posts.
- Notifications - notifications.md: Provides notification management.
- User - user.md: Manages user profiles, follow/unfollow actions, and profile updates.
To use these APIs, set up your environment with the required dependencies and start the server. Ensure to configure any necessary environment variables, such as database URIs or secret keys for JWT.
- Clone the repository:
git clone <repo-url>
- Install dependencies:
npm install
- Start the server:
npm start
Each API module contains information on the routes, request methods, expected parameters, and responses. For complete details, see the links to each module’s documentation.
Happy coding with Quantum-Space!
Project Links
- Authentication Documentation: auth.md
- Posts Documentation: posts.md
- Notifications Documentation: notifications.md
- User Documentation: user.md