Skip to content

Rapunzel Blog is a gRPC based blogging platform written in Golang.

License

Notifications You must be signed in to change notification settings

s4kibs4mi/rapunzel-blog

Repository files navigation

Rapunzel Blog

A Blogging platform based on gRPC written in Golang

  • status : development
  • version : alpha-0.0.1

Features

[+] Registration
[-] Initiate Verification via Email
[-] User Verification via Email
[+] Login
[+] Get User Profile
[+] Change User Status
[+] Change User Type
[-] Change Password
[-] Reset Password Request
[-] Reset Password
[-] Logout
[+] Create Post
[+] Update Post
[+] Delete Post
[+] List Posts
[+] Get Post
[+] Change Post Status
[+] Favourite Post
[+] Create Comment
[-] Update Comment
[-] Delete Comment
[+] List Comments
[+] Get Comment
[-] Favourite Comment

Installation

Download the dep package and run command dep ensure to install dependencies

Compile Protos,
// Move to proto directory
protoc --go_out=plugins=grpc:./../../../../ ./defs/*.proto

License

Distributed under Apache 2 license

About

Rapunzel Blog is a gRPC based blogging platform written in Golang.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages