Giter VIP home page Giter VIP logo

plusquepro-tmdb-app-jbloup-test's Introduction

TMDb Application

Installation Instructions

To install and set up the application using Laravel Sail, follow these steps:

  1. Clone the Repository:

git clone https://github.com/0grre/plusquepro-tmdb-app-jbloup-test.git
cd plusquepro-tmdb-app-jbloup-test
  1. Set Up Environment Variables:

Copy the .env.example file to .env:

cp .env.example .env
  1. Run the Installation Script:

Execute the install.sh script to automate the setup process:

chmod +x install.sh
./install.sh

This script will:

  • Start Laravel Sail containers in detached mode.
  • Install npm dependencies and compile assets for development.
  • Generate a Laravel application key.
  • Run database migrations.
  • Populate the database with initial data using the artisan database:populate command.
  1. Customize Database Population (Optional):

The artisan database:populate command supports an optional time window argument:

  • day: Populate data relevant for the current day.
  • week: Populate data relevant for the current week.

Specify the desired time window according to your application’s needs.

Example:

sail artisan database:populate day
  1. Accessing Your Application:

Once the installation is complete, you can access your application at http://localhost.

PS:

the credentials for the admin user are:

in .env.example

[email protected]
BO_PASSWORD=1234qwer

plusquepro-tmdb-app-jbloup-test's People

Contributors

0grre 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.