semq741 / bookfairy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WordPress Hello

WordPress boilerplate for 4Geeks Academy students

Installation Procedure

1) Start by installing the boilerplate

Use the Breathecode CLI

$ bc start:wordpress -r

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


Languages

Language:Shell 51.6%Language:PHP 40.0%Language:CSS 8.3%