“Wordflow”, aims to bring the content creators together and allow them to share their insights with their own community and improvise themselves
Benefits:
- Sharing of like-ideas through a proper channel
- Easily operable interface
- Platform for creators to show their work, take in suggestions and improvise
- Blog Editor (WYSIWYG editor)
- Meetup Module (Locate mid-point between locations of two users)
- A PHP engine - Version 5 or later
- A web server - Apache HTTP Server 2.2 or later
- SQL Database - MySQL Workbench 8.0 or later recommended
- Create a schema in MySQL Workbench and replace
dbname
with your schema name and other credentials namelyservername
,port
,username
andpassword
in configuration file - All the required tables are auto-created by the DDL statements in config file
- Edit the configuration file
- Replace
authKey
with - Replace the
app_code
,app_id
andeditorKey
with the keys you have generated from above instructions of API integrations - Create folders
blogForegroundImages
andBlogs
in your local system - Replace the
path
with the path for your folders created above
The contact-form module is generated using Angular Framework
To customise it further, build using Angular Custom Element Folder
- Run
ng serve
for a dev server. Navigate tohttp://localhost:4200/
. The app will automatically reload if you change any of the source files.
-
Run
ng build
to build the project. The build artifacts will be stored in thedist/
directory. Use the--prod
flag for a production build. -
To build artifacts on the go, execute
npm run build && npm run package
- Add 'Contests' module
- Build Admin Dashboard
We're are open to enhancements
& bug-fixes
This project is licensed under the MIT License - see the LICENSE.md file for details