Skip to content

alkomaJunior/snowtricks

Repository files navigation

SymfonyInsight

snowtricks

SnowTricks is a community site that aims to make the public aware of the different tricks that exist.

Tools & Technologies

  • Symfony 5.2.14
  • Composer 2.1.10
  • Bootstrap 4.6
  • jQuery 3.6.1
  • PHPUnit 9.5.10
  • WampServer 3.2.0
    • Apache 2.4.46
    • PHP 7.4.9
    • MySQL 8.0.21

Installation

  1. Clone the project :
    git clone https://github.com/alkomaJunior/snowtricks.git
  1. Configure your environment variables such as the database connection or your SMTP server or email address in the .env.local file which should be created at the root of the project by making a copy of the .env file.

  2. Download and install th backend dependencies with Composer :

    composer install
  1. Downlad and install the front-end dependencies with Npm :
    npm install
  1. Build the assets folder into the public directory with Npm :
    npm run build
  1. If the databse is not created yet use the following command to do that :
    php bin/console doctrine:database:create
  1. Use the following command to execute migrations into the database with initials data :
    php bin/console doctrine:migrations:migrate
  1. Now you're done, congratulations!! The project is well-installed.

About

SnowTricks is a community site that aims to make the public aware of the different tricks that exist.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published