Skip to content

darmawan21/laracamp

Repository files navigation


Logo

Laracamp

A bootcamp website for developers
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

About The Project

Product Name Screen

So far, many prospective developers have studied in an unstructured and undirected way that relies on many sources of information, in this case many developers are confused about where to start and unwittingly a lot of time is wasted. Laracamp offers alternative solutions that allow developers to learn in a structured and directed manner through the bootcamp available on the Laracamp website.

(back to top)

Built With

(back to top)

Getting Started

To get a local copy up and running follow these steps.

Prerequisites

A few resources to get you started if this your firt Laravel Project

Installation

  1. Create and get API Key Credentials Oauth Goolge Account (https://https://console.cloud.google.com/apis/dashboard)
  2. Create and get Key Midtrans Payment Gateway (https://midtrans.com/)
  3. Clone the repo
    git clone https://github.com/darmawan21/laracamp.git
  4. Install Depedency
    composer install
  5. Setup Environmetn Variable
    cp .env.example .env
  6. Enter your APP_KEY if it's not already in the .env file
    php artisan key:generate
  7. customize your database name in file .env
  8. Enter your Oauth Google Account API in .env
    GOOGLE_CLIENT_ID= YOUR API KEY 
    GOOGLE_CLIENT_SECRET= YOUR API KEY 
    GOOGLE_CLIENT_REDIRECT= YOUR API KEY 
  9. Enter your Midtrans Payment Gateway API in .env
    MIDTRANS_SERVERKEY = YOUR API KEY
    MIDTRANS_CLIENTKEY = YOUR API KEY
  10. Migrate and Seed
    php artisan migrate --seed
  11. Run Local Dev Server
    php artisan serve

(back to top)

Usage

Product Name Screen Product Name Screen

For more examples can open website Laracamp

(back to top)

Roadmap

  • Add Oauth Google Account
  • Add Email Integration
  • Add Payment Gateway

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

(back to top)


© 2022 — Muhammad Diki Darmawan

About

class

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors