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
- Host: GitHub
- URL: https://github.com/blockbusterdev/dolpinref
- Owner: blockbusterdev
- Created: 2025-03-02T18:37:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-18T05:33:12.000Z (about 1 year ago)
- Last Synced: 2025-03-27T04:31:13.814Z (about 1 year ago)
- Topics: intertiajs, laravel, postgresql, react, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 7.8 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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