Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add activity feed API #206

Closed
wants to merge 1 commit into from

Conversation

alphatroya
Copy link
Owner

@alphatroya alphatroya commented Aug 20, 2024

TL;DR

Created a basic Express server with a mock activity feed endpoint.

What changed?

  • Implemented a new Express server in server.js
  • Added a /feed endpoint that returns mock activity feed data
  • Included sample activity feed entries with different types of user actions

How to test?

  1. Install dependencies: npm install express
  2. Start the server: node server.js
  3. Send a GET request to http://localhost:3000/feed
  4. Verify that the response contains the mock activity feed data

Why make this change?

This change sets up the foundation for a backend service that will provide activity feed data to the frontend. It allows for initial testing and integration of the activity feed feature without requiring a full database implementation.


  • I've updated the CHANGELOG.md file with upcoming changes
  • I've updated a version tag in README.md
  • I've checked template bootstrapping locally before submission this PR
  • I'll push the version tag after PR will be merged

@alphatroya
Copy link
Owner Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @alphatroya and the rest of your teammates on Graphite Graphite

@alphatroya alphatroya marked this pull request as ready for review August 20, 2024 06:59
@alphatroya alphatroya closed this Aug 20, 2024
@alphatroya alphatroya deleted the 08-20-demo_bb78b063_add_activity_feed_api branch August 20, 2024 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant