Skip to content

kodi24fever/Headless-WordPress-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordPress Hello

WordPress boilerplate for 4Geeks Academy students

Installation Procedure

1) Start by installing the boilerplate

Use the Breathecode CLI

$ breathecode start:wordpress

Or use git

$ git clone git@github.com:4GeeksAcademy/wordpress-hello.git

2) Install the composer packages

$ composer install

3) Run the installator

$ bash install.sh

You are done! Start working!

Check your website, you are going to see a "Hello Rigoberto" message, you can login into the dashboard with your c9 username and the password you specified.

- Adding API enpoints

This boilerplate comes with a sample API andpoint already, all api enpoints can be added into the setup_api.php file.

- Adding Entities (Post Types)

All the Post Types configuration is done in the setup_types.php file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published