KenKaneki-42 / OC_P6

6th project of OpenClassroom php/symfony track
MIT License
1 stars 0 forks source link

SNOWTRICKS

Table of Contents

  1. Description
  2. Main Features
  3. Technologies Used
  4. Libraries
  5. Installation
  6. Configuration
  7. Contributing
  8. FAQ

Description

SnowTricks is a community-driven platform where enthusiasts can share and explore snowboarding tricks. The website features multimedia content, user interactions, and a robust system for managing contributions.

Main Features

Technologies Used

Libraries

Installation

git clone https://github.com/KenKaneki-42/OC_P6.git
cd OC_P6
composer install
php bin/console doctrine:migrations:migrate
php bin/console doctrine:fixtures:load
symfony server:start

Open http://localhost:8000 in your browser to view the application.

Configuration

Database Configuration:

Mailer Configuration:

Contributing

If you want to contribute to SnowTricks, please follow these steps:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/new-feature)
  3. Commit your changes (git commit -am 'Add a new feature')
  4. Push the branch (git push origin feature/new-feature)
  5. Create a pull request

FAQ

Q: How can I create a new trick?

A: To create a new trick, log in as a user, then navigate to the trick creation page.

Q: Are comments moderated?

A: For the moment no, but if there is abuse, you can contact the team and we can ban a user.