Skip to content

moreiravictor/EspatodeAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EspatodeAPI

EspatodeAPI is a REST API built to manage the Espatodea blog, which intends to spread sustainability and ways to be better when it comes to this.

Now it is up on heroku: https://espatodeapi.herokuapp.com

endpoints

1.posts:

  • POST: /post
  • GET: /post
  • GET: /post/title?title={title}
  • GET: /post/{post_id}
  • GET: /post/category/{category_id}
  • PATCH: /post/{post_id}
  • DELETE: /post/{post_id}


2.comments:

  • POST: /comment
  • GET: /comment/post/{post_id}
  • DELETE: /comment/{post_id}


3.login:

  • GET: /admin?username={username}?password?={password}

built with


contributions

Please, fork it and contribute at any time. Just make a PR or open issues.

About

Rest API for Espatodea project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published