Skip to content

almmiko/procreader

Repository files navigation

Procreader

Read news from reddit/programming for fun

  • command line posts fetcher from reddit (php artisan fetch:reddit {number_of_posts})
  • github login
  • user auth
  • CRUD posts and categories
  • awesome bootstrap design

REST API

REST API Token based on user credentials

{POST} /api/v1/authenticate

 body => email, password
 response => token 

{GET} /api/v1/posts
{GET} /api/v1/categories

 params => limit (optional)
 response => [posts, categories] 

{POST} /api/v1/posts
{POST} /api/v1/categories

 params => token
 response => created entity 

{PUT} /api/v1/posts/{id}
{PUT} /api/v1/categories/{id}

 params => token
 response => updated entity 

{DELETE} /api/v1/posts/{id}
{DELETE} /api/v1/categories/{id}

 params => token 

Screenshot

Alt text

License

The Procreader is open-sourced project licensed under the MIT license.

Releases

No releases published

Packages

No packages published

Languages