Coder Social home page Coder Social logo

openclassrooms-snowtricks's Introduction

OpenClassrooms - SnowTricks

Description

Creation of a collaborative website, allowing users to share snowboard tricks.
This project was carried out as part of a training course. Below you will find the link to the initial repository containing all the training deliverables.

Setting up

Required

  1. PHP ⩾8.1
  2. Composer
  3. MySQL
  4. npm

Optional

  1. Docker
  2. Symfony CLI

Installation

  1. Clone the repository on the main branch

  2. Create the .env.local file and replace the values of the .env origin file

  3. Only if you are using Docker, environment installation

docker-compose up --build

Wait a few moments for the environment to fully install.
The website is accessible at http://localhost:8080
Mailhog web interface (SMTP) is accessible at http://localhost:8025
The database was created with data at localhost:3310
Your installation is complete, you do not need to follow the next steps.

  1. Installing dependencies
composer install
npm install
  1. Setting up the database
php bin/console doctrine:database:create
php bin/console doctrine:schema:create
php bin/console doctrine:fixtures:load
  1. Start the project
php -S 127.0.0.1:8080 -t public
symfony server:start

Links

Website
Codacy Review
Old repository containing training deliverables

openclassrooms-snowtricks's People

Contributors

galuss1 avatar

Watchers

 avatar

openclassrooms-snowtricks's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.