GithubHelp home page GithubHelp logo

the-members's Introduction

Laravel Logo

Follow the recommendations below to be able to download and install the project successfully.

Requirements

  • PHP: ^8.2
  • Docker: ^25.0
  • Composer: ^2.7

Note: If you are a Windows user, make sure you already have WSL2 installed. If you want to know more, click here.

First step

To clone the repository and obtain all project files, run the command below:

git clone https://github.com/BrianXJ6/the-members.git

After finishing the cloning process, enter the directory and run the composer command to download all possible dependencies.

composer update

Then perform the 2 commands below:

  1. Make a copy of the environment settings file called .env.example and rename it to .env;
  2. Generates a new key for the APP, without it, it will not be possible to execute the project.
cp .env.example .env
php artisan key:generate

Agora precisamos editar o arquivo .env que acabamos de copiar e definir as configurações da base de dados.

DB_CONNECTION=mysql
DB_HOST=mysql
DB_PORT=3306
DB_DATABASE=the_members_db
DB_USERNAME=admin
DB_PASSWORD=admin

Finally, now let's generate a Docker build and startar the application to a development environment.

vendor/bin/sail up -d

Optional: If you want to create a shortcut for Laravel Sail and not have to type its full path, follow this tutorial in the official documentation by clicking here.

Second step

Run the database migrations and install the NPM dependencies.

vendor/bin/sail artisan migrate --seed
vendor/bin/sail npm i

Finally, you can now browse and enjoy this project via the URL:http://localhost in your browser.

the-members's People

Contributors

brianxj6 avatar

Watchers

 avatar

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.