Git Product home page Git Product logo

nearyou's Introduction

NearYou

This application is built with the Laravel framework, using React.js and TypeScript for the front-end.

It uses Inertia.js as a routing and data layer to allow us to use standard Laravel routing, while using a JavaScript framework like React for user interfaces. It uses Inertia.js as a routing and data layer to allow us to use standard Laravel routing, while using a JavaScript framework like React for user interfaces.

Installation

You have two options for local installation:

Developer user

You can edit your .env file to change the DEV_USER variables however you like. By default you will be able to log in with "[email protected] and a password of "pw". You can also click the "Admin login" button in the bottom right corner.

Useful commands

You can run any of the below from the application root in your terminal. If you are using Docker (with Laravel Sail), replace any instances of php with sail.

General

Completely wipe the application, generate seed data and refresh search indexes.

php artisan app:refresh

Generate TypeScript types for application models

php artisan typescript:generate

Data

Refresh the database with seed data

php artisan migrate:fresh --seed

Search

The below command will update search indexes and settings. See app/Console/Commands/RefreshSearch.php.

php artisan search:refresh

Deployment and hosting

View the README for CI/CD information and hosting infrastructure.

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.