Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yanuarprayoga9/blog-api-go
noooooo
https://github.com/yanuarprayoga9/blog-api-go
Last synced: about 2 months ago
JSON representation
noooooo
- Host: GitHub
- URL: https://github.com/yanuarprayoga9/blog-api-go
- Owner: Yanuarprayoga9
- Created: 2024-07-28T07:49:25.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-01T12:53:38.000Z (5 months ago)
- Last Synced: 2024-08-30T10:56:48.440Z (4 months ago)
- Language: Go
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BLOG API GO EXAMPLE
- creating blog api using go lang
## FEATURE
1. Signup (Register)
2. Edit his account
3. Shutdown (Delete his account)
4. Create a blog post
5. Edit blog post created by him
6. View all blog posts
7. View a particular blog post
8. View other blog posts published by other users
9. Delete blog post created by him## This API will be built with:
1. Go
2. GORM (A Golang ORM)
3. JWT
4. Postgres
5. Mysql
6. Gorilla Mux (For HTTP routing and URL matcher)## SCHEMA
![alt text](docs/image.png)