/content-management-service

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

Primary LanguageJavaScriptMIT LicenseMIT

# 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 ```