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

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.

Awesome Lists containing this project

README

          

# Codepolitan Codespace

[![Build Status](https://travis-ci.org/dwyl/esta.svg?branch=master)](https://github.com/handokoadjipangestu/project-learn-codepolitan-codespace)
[![stability-experimental](https://img.shields.io/badge/stability-experimental-orange.svg)](https://github.com/handokoadjipangestu/project-learn-codepolitan-codespace)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/handokoadjipangestu/project-learn-codepolitan-codespace/fork)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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

![Login](http://bebaskripsi.000webhostapp.com/project-learn-codepolitan-codespace/login.png?)

![Dashboard](http://bebaskripsi.000webhostapp.com/project-learn-codepolitan-codespace/dashboard.png?)

![Browse](http://bebaskripsi.000webhostapp.com/project-learn-codepolitan-codespace/browse.png?)

![Create](http://bebaskripsi.000webhostapp.com/project-learn-codepolitan-codespace/create.png?)

_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