Giter Site home page Giter Site logo

springwoods's Introduction

SpringWoods

This is a simple project in initial phase where a basic template is used and which covers all the features that needed to run the society !!

Project Installation Guide

Before you can run this application, please ensure that your system meets the following requirements:

  • PHP version >= 7.3
  • Composer >= 1.10.13
  • XAMPP Server >= 3.2.0

Getting Started

  1. Clone the Repository: Start by cloning this repository to your local machine.

  2. Open Terminal: Open your terminal or command prompt.

  3. Navigate to Project Directory: Change your current directory to the project folder where you cloned the repository.

  4. Install Dependencies: Run the following command to install project dependencies using Composer:

    composer install
    

5.Configure Environment Variables: Open your project's .env file and make sure to update the following variables according to your database setup:

- DB_DATABASE: Your database name.
- DB_USERNAME: Your database username.
- DB_PASSWORD: Your database password.
  1. Generate Application Key: Run the following command to generate your application key:

     php artisan key:generate
    
  2. Start XAMPP Server: Start your XAMPP server.

  3. Database Migration and Seeding: In your terminal, paste and run the following command to set up your database tables and seed data:

     php artisan migrate:fresh --seed
    
  4. Run the Application: Start the application on your local machine with the following command:

     php artisan serve
    
  5. Access the Application: Once it's running on your local machine, access it via the following link:

https://127.0.0.1:8000

springwoods's People

Contributors

deeps36 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.