Giter VIP home page Giter VIP logo

flicker-flight-api's Introduction

flicker-flight-api

An API For Flicker Flight

How to install :

  1. Put this folder project to your public www folder (e.g xampp/htdocs)
  2. Rename .env.example to .env
  3. Open .env and edit it to match your database configuration
  4. Open cmd/terminal
  5. Go to you folder (e.g xampp/htdocs/flicker-api)
  6. Get passport by typing this command :
    composer require laravel/passport
  7. Install passport by typing this command :
    php artisan passport:install
  8. Generate app key by typing this command :
    php artisan key:generate
  9. Run this by using this command :
    php artisan serve --host your.ip.address --port your port (e.g php aritsan serve --host 192.168.1.4 --port 80)
    or
    php artisan serve (to run in your 127.0.0.1:8000)
  10. Open in the browser by typing your ipaddress
  11. Finish

Login Cridentials

Username : [email protected]
Password : 2001

WARNING : This Source code is not production ready beacuse I haven't implement any securities

flicker-flight-api's People

Contributors

djakatechnology avatar

Stargazers

Mohamad Wahyudin avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.