Skip to content

cleversamer/wp-fictional-university

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fictional University

This repository contains the codebase for Fictional University, a headless WordPress project using the REST API.

Getting Started

To run this WordPress project locally, follow these steps:

Prerequisites

Make sure you have the following installed:

Installation

  1. Clone this repository: git clone https://github.com/cleversamerr/wp-fictional-university.git
  2. Move the contents of this repository to your local server's root directory (if applicable).
  3. Set up your WordPress instance and enable the REST API as needed.

Usage

  • Use WordPress admin interface for content management.
  • Utilize the REST API endpoints (/wp-json/wp/v2/) to fetch content and integrate it into your frontend application.

Plugins Used

This project utilizes the following WordPress plugins:

Contributing

If you'd like to contribute to this project, follow these steps:

  1. Fork this repository.
  2. Create a new branch: git checkout -b feature/your-feature-name.
  3. Make your changes and commit them: git commit -m 'Add some feature'.
  4. Push to the branch: git push origin feature/your-feature-name.
  5. Submit a pull request.

License

Fictional University is licensed under the MIT License. See LICENSE for more information.

Support

If you encounter any issues or have questions, feel free to open an issue or contact Samer Alsaadawi.

Acknowledgments

  • WordPress - Open-source content management system