An open API service indexing awesome lists of open source software.

https://github.com/blockbusterdev/dolpinref

DopinRef was built using Laravel, React JS, Tailwind ,Postgresql and Inertia Js
https://github.com/blockbusterdev/dolpinref

intertiajs laravel postgresql react tailwindcss

Last synced: 10 months ago
JSON representation

DopinRef was built using Laravel, React JS, Tailwind ,Postgresql and Inertia Js

Awesome Lists containing this project

README

          

DolpinRef

DolpinRef is to be a tool as a simple project management service.

🧐 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/devtwinkler/dolpinRef
```

2. Navigate to the repository directory

```
cd dolpinRef
```

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