mercem / forescout-server

Challenge of Forescout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • GET to '/posts' => All the posts
  • GET to '/posts/:id' => Post with given ID
  • POST to '/posts' => Add new post (must include title, categories, content)
  • DELETE to '/posts/:id' => Deletes the post with the given ID

About

Challenge of Forescout


Languages

Language:JavaScript 54.3%Language:TypeScript 45.7%