Git Product home page Git Product logo

sochp-db's Introduction

Development

Prerequisites

  • Docker
  • Docker Compose
  • Terminal
  • Web browser

Setup

Initial

Linux

  1. Clone the repository
    • git clone URL
  2. Open the terminal
  3. cd to the application root
  4. Copy .env file
    • cp .env.example .env
  5. (optional) Edit .env file to your liking
  6. Run the services
    • Run in foreground: sail up
    • Run in background: sail up -d
  7. Install dependencies
    • sail composer install
    • sail yarn install
  8. Migrate the database
    • sail artisan migrate
  9. (optional) Seed some test data
    • sail artisan db:seed

Windows

I wish you good luck

MeiliSearch

This project uses the Laravel Scout package to search models. By default, it looks up models directly from the database. To use the MeiliSearch database to lookup models, there are a few necessasy steps.

  1. Enable MeiliSearch integration
    • Uncomment these lines from .env file:
      • SCOUT_DRIVER=meilisearch
      • MEILISEARCH_HOST=http://meilisearch:7700
  2. Import models
    • sail artisan scout:import:all

Site links

License

This project is open-sourced and licensed under the MIT license. The Laravel framework is open-sourced software licensed under the MIT license.

sochp-db's People

Contributors

derpgoncz avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

sochp-db'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.