https://github.com/handokoadjip/project-learn-codepolitan-codespace
Codespace is a geolocation harversine application made with Laravel 7 as my practice for mapping bootcamp online.
https://github.com/handokoadjip/project-learn-codepolitan-codespace
bootstrap4 css geolocation haversine heremaps html js laravel7 php
Last synced: about 1 month ago
JSON representation
Codespace is a geolocation harversine application made with Laravel 7 as my practice for mapping bootcamp online.
- Host: GitHub
- URL: https://github.com/handokoadjip/project-learn-codepolitan-codespace
- Owner: handokoadjip
- Created: 2021-03-12T14:41:53.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-07T09:01:03.000Z (over 4 years ago)
- Last Synced: 2025-01-10T04:56:04.505Z (about 1 year ago)
- Topics: bootstrap4, css, geolocation, haversine, heremaps, html, js, laravel7, php
- Language: PHP
- Homepage:
- Size: 311 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Codepolitan Codespace
[](https://github.com/handokoadjipangestu/project-learn-codepolitan-codespace)
[](https://github.com/handokoadjipangestu/project-learn-codepolitan-codespace)
[](https://github.com/handokoadjipangestu/project-learn-codepolitan-codespace/fork)
[](https://opensource.org/licenses/MIT)
Codespace is a geolocation harversine application for mapping bootcamp online around us. Map api use [Heremaps](https://developer.here.com/) developer.
This project was made using [Laravel 7](https://laravel.com/docs/7.x/releases) Framework and for appearance it uses a [Bootstrap 4.\*](https://getbootstrap.com/docs/4.0/getting-started/introduction/) framework.
For those who want to contribute, just fork or download as usual!
## Requirements
- PHP >= 5.3.7
- Of course with the internet
## Installation
Clone the repository
git clone git@github.com:handokoadjipangestu/project-learn-codepolitan-codespace.git
## Usage example




_For more examples and usage, please contact [Handoko Adji Pangestu](https://www.instagram.com/handokoadjip/)._
## Development setup
Switch to the repo folder
cd project-learn-codepolitan-codespace
Install all the dependencies using composer
composer install
Copy the example env file and make the required configuration changes in the .env file
cp .env.example .env
Generate a new application key
php artisan key:generate
Run the database migrations (**Set the database connection in .env before migrating**)
php artisan migrate
Start the local development server
php artisan serve
You can now access the server at http://localhost:8000
## Release History
- 0.0.1
- Work in progress
## Meta
Handoko Adji Pangestu – [@handokoadp](https://www.instagram.com/handokoadp/) – handokoadjipangestu@gmail.com
Distributed under the MIT license. See `LICENSE` for more information.
[https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request