Skip to content

Latest commit

 

History

History
140 lines (117 loc) · 5.23 KB

SocioBoard5.0-doc.md

File metadata and controls

140 lines (117 loc) · 5.23 KB

Socioboard logo

Socioboard 5.0

Status


Description

    SocioBoard is a powerful social media management and content marketing platform.  Using this software users can streamline their social media operations and content marketing. We help brands and businesses better manage their social media presence and be successful and leading companies in this ever-evolving digital space. Our vision is to provide a full-fledged and strong platform for users to enhance their social media management and get results with SocioBoard.
For Detailed Description Please go through the content: What is SocioBoard

✴️ NODE
SOCIOBOARD-5.0 – CURRENT
NODE USAGE
We using NODE for the API handlings as it’s one of the most popular programming languages to build the APIs to manage all categories of Projects
COMPONENTS
EXPRESS
MYSQL DATABASE WITH SEQUELIZE-ORM
MONGO DATABASE
CONFIG FOR ENVIRONMENTS
SWAGGER FOR NODE API DOCUMENT
PRETTIER – WITH CUSTOM OPTIONS TO EVALUATE CODE STRUCTURE AND STANDARDS
0-LEVEL README FILES FOR CLEAR INSTRUCTIONS
DEVELOPER DOCUMENTATION INSIDE EVERY FILE FOR A CLEAR UNDERSTANDING
PRE- REQUIREMENTS
NODE ^14 OR LATEST
NPM ^7 OR LATEST
NODEMON ^2 OR LATEST
MIN 5 FREE PORTS
PM2 – FOR AUTOMATION & EASY MANAGEMENT

💻 PHP
SOCIOBOARD-5.0 – CURRENT
LARAVEL - USAGE
We using Laravel for the front-end development, Laravel provides the vast features to organize, secure, quick coding with the better performance boost.
PRE- REQUIREMENTS

PHP ^8 OR LATEST
LARAVEL ^8 OR LATEST
COMPOSER ^2 OR LATEST
1 PORT OR NGINX OR V-HOST

🔢 SERVICES LIST

• User Micro Service – NODE PORT 3000
• Feeds Micro Service – NODE PORT 3001
• Publish Micro Service – NODE PORT 3002
• Update Micro Service – NODE PORT 3003
• Notification Micro Service – NODE PORT 3004
• Web Application SERVICEs Types
http://local.socioboard.com/ by v-host
• Or http://localhost:8000 by `php artisan serve`

✅ SERVICE CHECK

Node Checking will be simple – http://localhost:{PORT}/ - If it opens Swagger Means Working fine, else check loggers folder

PHP you can open the links it running – mostly above 2. If the page loads fine, else check the storage/logs folder