https://github.com/ref-bit/bookvel
A web app to book your expert from around the world.
https://github.com/ref-bit/bookvel
api geolocation ip laravel php react reactjs timezone
Last synced: 2 months ago
JSON representation
A web app to book your expert from around the world.
- Host: GitHub
- URL: https://github.com/ref-bit/bookvel
- Owner: Ref-Bit
- Created: 2020-07-07T17:52:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T21:59:14.000Z (over 2 years ago)
- Last Synced: 2025-01-18T04:29:17.405Z (4 months ago)
- Topics: api, geolocation, ip, laravel, php, react, reactjs, timezone
- Language: PHP
- Homepage: https://ref-bookvel.herokuapp.com
- Size: 3.65 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## BookVel
A web app to book your expert from around the world.***
#### Built With
- [Laravel](https://www.laravel.com) - The PHP Framework for Web Artisans.
- [React.js](https://reactjs.org) - A JavaScript library for building user interfaces.
- [Tailwind CSS](https://tailwindcss.com) - A utility-first CSS framework for rapidly building custom designs.#### Getting Started
- Run `php artisan key:generate` to generate Laravel's app key.
- Run `composer install` to install composer packages.
- Enter database information in a new `.env` file.
- Run `php artisan migrate`.
- Run `php artisan db:seed`.
- Run `npm install` to install npm modules.
- Run `php artisan serve` to run app successfully.#### License
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).