You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# CONTENT MANAGEMENT SERVICE FOR A SOCIAL MEDIA WEB APP
Simple Feed is a social media web app developed for an academic project, where I showcase a use case of using distributed databases while externalizing a basic content management service. This content management service manages posts, comments, user-generated content, and content-related workflows.
## Related repositories :
gateway-api: https://github.com/akramex-dz/simple-feed-gateway/
## Setup
```
npm install
```
## Development
```
npm run dev
```
About
simple feed is an academical project, where I am only showcasing a use case of using distributed databases while externalizing a basic content management service. This is the content management service that will manage posts comment and any content generated by users, you can check related repos : https://github.com/akramex-dz/simple-feed-gateway