Skip to content

hdytarsn/namerator_backend

Repository files navigation

Namerator Backend

Go Namerator Frontend


Logo

(In Development)

"Namerator" is a simple name finding game that you can play multiplayer or single player.
It's a weekend project to develop myself in different technologies see below.

View Demo

Table of Contents

  1. Notes
  2. Built With
  3. Installation
  4. Contact

Notes

This backend project created only api requests and web socket channel connections. Demo project deployed on https://namerator.fun so you can get responses from your local with https://namerator.fun/api routes (default base url for Nameretor Frontend).

Built With

Installation

  1. Clone the repo
    git clone https://github.com/hdytarsn/namerator_backend
    cd namerator_backend
  2. Install Composer packages
    composer install
  3. Create a .env file and generate application-key
     cp .env.example .env
    php artisan key:generate
  4. Enter your database credentials
   DB_DATABASE=namerator
   DB_USERNAME=user
   DB_PASSWORD=secret
  1. Enter your web socket credentials
   PUSHER_APP_ID=****
   PUSHER_APP_KEY=****
   PUSHER_APP_SECRET=****
   PUSHER_APP_CLUSTER=****
   BROADCAST_DRIVER=pusher
  1. Migrate the database
    php artisan migrate

Thanks!

Special thanks to Atölye15 for evaluating the code and project idea, and Kodluyoruz for the best JavaScript bootcamp!

Contact

Hidayet Arasan - Web Site - info@hidayetarasan.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published