Skip to content

Planno is a platform where you can organize your tasks and routines!

License

Notifications You must be signed in to change notification settings

mertbag96/planno

Repository files navigation

Planno - Plan your day, save your time!

Table of Contents

About the Project

Planno is a platform where you can organize your tasks and routines!

alt text

Technologies Used

  • Backend Framework: Laravel 10
  • Programming Language: PHP 8.1
  • Frontend: HTML5, CSS3, SASS, Javascript, jQuery
  • Database: MySQL

Installation

To get a local copy up and running, follow these simple steps:

Prerequisites

Make sure you have the following installed on your computer:

  • PHP 8.1 or higher
  • Composer
  • Node.js and npm
  • MySQL

Steps

  1. Clone the repository

    git clone https://github.com/mertbag96/planno.git
  2. Navigate to the project directory

    cd planno
  3. Install PHP dependencies

    composer install
  4. Install Node.js dependencies

    npm install
  5. Compile assets

    npm run dev
  6. Copy the .env.example file to .env

    cp .env.example .env
  7. Generate an application key

    php artisan key:generate
  8. Configure your database settings in the .env file

    DB_CONNECTION=mysql
    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_DATABASE=your_database
    DB_USERNAME=your_username
    DB_PASSWORD=your_password
    
  9. Run database migrations

    php artisan migrate
  10. Start the development server

    php artisan serve

Your application should now be running on http://localhost:8000.

About

Planno is a platform where you can organize your tasks and routines!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published