All Projects → mbaljeetsingh → laravel5-jokes-api-with-jwt-and-pagination

mbaljeetsingh / laravel5-jokes-api-with-jwt-and-pagination

Licence: other
Laravel5 Full Fledged API with JWT auth

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to laravel5-jokes-api-with-jwt-and-pagination

Appkernel
API development made easy: a smart Python 3 API framework
Stars: ✭ 152 (+913.33%)
Mutual labels:  api-rest
Graphql2rest
GraphQL to REST converter: automatically generate a RESTful API from your existing GraphQL API
Stars: ✭ 181 (+1106.67%)
Mutual labels:  api-rest
Webhookd
A very simple webhook server launching shell scripts.
Stars: ✭ 250 (+1566.67%)
Mutual labels:  api-rest
Reactive Ms Example
An educational project to learn reactive programming with Spring 5
Stars: ✭ 157 (+946.67%)
Mutual labels:  api-rest
Webgo
A minimal framework to build web apps; with handler chaining, middleware support; and most of all standard library compliant HTTP handlers(i.e. http.HandlerFunc).
Stars: ✭ 165 (+1000%)
Mutual labels:  api-rest
Serverest
APIs REST simulando loja virtual para servir de estudo de testes de API de forma manual ou automatizada
Stars: ✭ 223 (+1386.67%)
Mutual labels:  api-rest
Gemini
Model Driven REST framework to automatically generate CRUD APIs
Stars: ✭ 138 (+820%)
Mutual labels:  api-rest
rest-api
Laravel restfull api boilerplate
Stars: ✭ 57 (+280%)
Mutual labels:  api-rest
Js Client
A Open-API derived JS + Node.js API client for Netlify
Stars: ✭ 170 (+1033.33%)
Mutual labels:  api-rest
Hotels server
酒店预订系统后台管理系统
Stars: ✭ 249 (+1560%)
Mutual labels:  api-rest
Sqler
write APIs using direct SQL queries with no hassle, let's rethink about SQL
Stars: ✭ 1,943 (+12853.33%)
Mutual labels:  api-rest
Mobx Rest
REST conventions for Mobx
Stars: ✭ 164 (+993.33%)
Mutual labels:  api-rest
Api on rails
Learn best practices to build an API using Ruby on Rails 5/6
Stars: ✭ 236 (+1473.33%)
Mutual labels:  api-rest
Go Relax
Framework for building RESTful API's in Go
Stars: ✭ 155 (+933.33%)
Mutual labels:  api-rest
nestjs-api-mongoose
Collection example apps with NestJS and Typeorm, Sequelize, Mongodb, PostgreSQL, MySQL, GraphQL, Mercurius, etc. for the NestJS community 😻
Stars: ✭ 153 (+920%)
Mutual labels:  api-rest
Evomaster
A tool for automatically generating system-level test cases. Currently targeting REST APIs.
Stars: ✭ 151 (+906.67%)
Mutual labels:  api-rest
Rails Api Base
Rails 5 RESTful api template
Stars: ✭ 197 (+1213.33%)
Mutual labels:  api-rest
smockin
Dynamic API, S3 & Mail mocking for web, mobile & microservice development.
Stars: ✭ 74 (+393.33%)
Mutual labels:  api-rest
api sof
Tutorial para acessar a API do Sistema de Orçamento e Finanças _SOF da cidade de São Paulo, utilizando Python e a biblioteca Pandas, realizar análises e salvar arquivo CSV/Excel
Stars: ✭ 31 (+106.67%)
Mutual labels:  api-rest
Coinapi Sdk
SDKs for CoinAPI
Stars: ✭ 238 (+1486.67%)
Mutual labels:  api-rest

Basic Laravel API with JWT Auth

Blog Post URL: http://goo.gl/Ej29kb

Steps to run:

  1. Clone the repo
  2. Change the db settings in .env file
  3. run, composer install command by switching to the project dir
  4. run, php artisan migrate --seed
  5. php artisan serve

For the list of routes, run, php artisan route:list

You can also import the db from the #db directory if required.

You can check the created users by going into the users table (the password for each user is "secret_pass"). It will be used when generating token.

Thanks.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].