Skip to content

Latest commit

 

History

History
76 lines (51 loc) · 1.86 KB

README.md

File metadata and controls

76 lines (51 loc) · 1.86 KB

Laravel Project Management

project-image

A single page project management web application built using Laravel React JS Tailwind Postgresql and Inertia JS.

Project Screenshots:

View post on imgur.com

View post on imgur.com

View post on imgur.com

🧐 Features

Here're some of the project's best features:

  • Scalability and Performance
  • Authentication and Authorization
  • Interactive User Interface
  • Single-page Application (SPA) Architecture

🛠️ Installation Steps:

1. Clone the repository

git clone https://github.com/AntarMukhopadhyaya/laravel-project-management

2. Navigate to the repository directory

cd laravel-project-management

3. Run

composer install

4. Copy .env.example to .env and make the changes accordingly

5. Run

php artisan key:generate

6. Run

php artisan migrate --seed

7. Run

php artisan serve

8. Visit http://localhost:8000

💻 Built with

Technologies used in the project:

  • Laravel
  • React Js
  • Tailwind
  • Postgresql
  • Inertia Js