Skip to content

This is a MERN + Wordpress stack based project here I automate wordpress page creation/generation on Wordpress where any developer can complete their manual task with automation and reduce increase productivity 90%

Notifications You must be signed in to change notification settings

github-usman/Auto-Page-Press

Repository files navigation


# server
npm install
npm run lint:fix
npm run format
num run dev | npm start

# Frontend
cd client
npm install
npm start

USES AND RESULTP application and wordpress

backend structure

routes |--/user/
            |--/register
            |--/login
            |--/wp-template                 #// dynamic input for template
                 |--/create[dynamic]     #[title] (x)
                 |--/read                #[body] (x)
                 |--/delete[dynamic]     #[advance] (x)
                 |--/update              #    (+)
                                         # mandatory
                                         #[list of dynamic data in array format]
                                         #[username]  ***
                                         #[password]  ***
                                         #[baseurl]   ***
            |--/delete
            |--/update
       |--/admin/
            |--/register #hidden
            |--/login
            |--/delete #hidden
            |--/update

Frontend structure

routes  |--/landing/
               |--/#Navbar
               |--/#Hero
               |--/#clients-
               |--/#demo-video
               |--/#FAQ
               |--/#Get-in-touch-with-us
               |--/#Footer
        |--/user/
               |--/register
               |--/login/
                    |--/wp-template/
                        ## ***mandatory***
                            #[list of dynamic data in array format]
                            #[username]  ***
                            #[password]  ***
                            #[baseurl]   ***
                        ## dynamic data
                            #[title]   (x)
                            #[body]    (x)
                            #[advance] (x)
                            #    (+)
                    |--/profile
               |--/delete
               |--/update
        |--/admin/
            |--/login
                |--/profile/
                    |--/update
                |--/users  #search, filter(date),
                |--/user/
                     |--/register
                     |--/:id/
                          |--/get
                          |--/delete
                          |--/update

About

This is a MERN + Wordpress stack based project here I automate wordpress page creation/generation on Wordpress where any developer can complete their manual task with automation and reduce increase productivity 90%

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published