New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/gustavocd/cms

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/gustavocd/cms

  • v0.0.0-20191117043238-d21d19ff936b
  • Source
  • Go
  • Socket score

Version published
Created
Source

CMS

App built with Go and using some Buffalo tools.

Clone and run the server

$ git clone https://github.com/gustavocd/cms.git && cd cms
$ go run cmd/cms.go

Available endpoints

EndpointDescriptionHTTP method
/api/v1/pagesGet all the pagesGET
/api/v1/pages/{id}Get a single pageGET
/api/v1/pagesCreate a pagePOST
/api/v1/pages/{id}Edit a pagePUT
/api/v1/pages/{id}Delete a pageDELETE

Note: the main reason to build this app is for putting in practice some tricks explained in this article How I write HTTP web services after eight years.

FAQs

Package last updated on 17 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc