DolpinRef is to be a tool as a simple project management service.
Here're some of the project's best features:
- Scalability and Performance
- Authentication and Authorization
- Interactive User Interface
- Single-page Application (SPA) Architecture
1. Clone the repository
git clone https://github.com/softvoyager/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
Technologies used in the project:
- Laravel
- React Js
- Tailwind
- Postgresql
- Inertia Js