Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antoniosertic23/achilles-gym
WordPress Theme for Gym. The Achilles Gym project originated in college as an assignment for the subject CMS Systems.
https://github.com/antoniosertic23/achilles-gym
apache cms css3 gym gym-management javas mysql php phpmyadmin wordpress wordpress-theme xampp
Last synced: 20 days ago
JSON representation
WordPress Theme for Gym. The Achilles Gym project originated in college as an assignment for the subject CMS Systems.
- Host: GitHub
- URL: https://github.com/antoniosertic23/achilles-gym
- Owner: AntonioSertic23
- Created: 2023-04-14T17:39:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T18:01:20.000Z (9 months ago)
- Last Synced: 2024-11-11T09:35:03.938Z (3 months ago)
- Topics: apache, cms, css3, gym, gym-management, javas, mysql, php, phpmyadmin, wordpress, wordpress-theme, xampp
- Language: PHP
- Homepage:
- Size: 32.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Achilles Gym
## WordPress Theme for Gym
The Achilles Gym project originated in college as an assignment for the subject **CMS Systems**.
The project's theme was to create a WordPress theme for a gym, utilizing custom post types, taxonomies, and custom meta-boxes.
The website showcases all the knowledge acquired about using **WordPress**, which utilizes **PHP** programming language and **MySQL** for the database.
[![My Skills](https://skillicons.dev/icons?i=wordpress,php,mysql)](https://skillicons.dev)
---
### Administrative Interface
- The **Program** custom post type includes the **Equipment** custom post type, connected via a custom meta-box.
- The **Trainer** custom post type includes the **Program** custom post type, also connected via a custom meta-box.
- There is also the **Interest** custom post type.
- Each custom post type has its unique taxonomy.---
### On the website, you can:
- Browse through points of interest.
- Explore programs, their trainers, and equipment.
- View trainers and their programs.
- View equipment and the associated programs.
- Find gym locations on the map.---
## Project Setup
You need to install [XAMPP](https://www.apachefriends.org) and run **Apache** and **MySQL** through it.
Then, paste the **Achilles-Gym** folder into `C:\xampp\htdocs\` and rename it to `achilles_gym`.
Link to access the database: [http://localhost/phpmyadmin/index.php](http://localhost/phpmyadmin/index.php).
In **phpMyAdmin**, create a database named `achilles_gym` (Character Set should be **Collation**), and then import `achilles_gym_final.sql` located in the project's root.
Link to access the application: [http://localhost/achilles_gym/wp-admin/](http://localhost/achilles_gym/wp-admin/).