Skip to content

ag-php/laravel-rebing-codebits-api

 
 

Repository files navigation

codebits-api

API for a microblogging platform

Getting Started

Clone the project repository by running the command below if you use SSH

git clone git@github.com:ammezie/codebits-api.git

If you use https, use this instead

git clone https://github.com/ammezie/codebits-api.git

After cloning,run:

composer install

Duplicate .env.example and rename it .env

Then run:

php artisan key:generate

php artisan jwt:secret

Prerequisites

Be sure to fill in your database details in your .env file before running the migrations:

php artisan migrate

And finally, start the application:

php artisan serve

and visit http://localhost:8000/graphiql to see the application in action.

Built With

  • Laravel - The PHP Framework For Web Artisans
  • GraphQL - A query language for your API

Acknowledgments

About

API for a microblogging platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 97.1%
  • HTML 2.4%
  • Vue 0.5%