GithubHelp home page GithubHelp logo

doougui / birdboard Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 2.87 MB

:pencil: A project management system made using Laravel

Shell 0.44% PHP 68.90% Blade 27.09% Vue 3.57%
laravel laravel-framework laracasts

birdboard's Introduction

Birdboard

๐Ÿš€ Setup

๐Ÿ’ก To install the required dependencies, you'll need to have NPM and Composer installed in your machine.

To install project dependencies, enter the root folder of your project using the Terminal/CMD and type the following command:

npm install

and then:

composer install

It's important to notice that it's necessary that you have some server capable of executing php scripts and accessing relational databases (mysql or mariadb are the recommended ones for this project). You can use XAMPP, WAMP, LAMP, MAMP or any other server of your choice.

๐Ÿ”› Initializing the project (dev environment)

Environment

To adjust the correct variables for your local environment, create a copy of the file .env.example and paste as .env inside the project root. Fill this file with the corresponding information concerning your local environment. In the field DB_DATABASE, it's important to notice that you must create a database with the same name of the value filled by you in this variable.

Migrations and seeding

To execute the database migrations, run the following command to create the required tables in your local database:

php artisan migrate 

After that, run the following command to populate your table with fake data:

php artisan db:seed

Local server

Inside the project root, type the following command:

php artisan serve

After that you will be able to access your project in: http://localhost:8000/

๐Ÿ“ฌ License

Feel free to use, test and collaborate. The more contributors, the better.

birdboard's People

Contributors

doougui avatar

Watchers

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