Categorygithub.com/solumD/go-social-media-api
module
0.0.0-20240520202238-f4bcaeb63621
Repository: https://github.com/solumd/go-social-media-api.git
Documentation: pkg.go.dev

# README

go-social-media-api

This is my pet-project made with Chi and SQLite3. I tried to create a Social Media Api with basic fuctionality.

Required

SQLite3

Installation

 git clone [email protected]:solumD/go-social-media-api.git
 cd go-social-media-api
 go mod tidy

Starting server

 go run .\cmd\social-media\  

If anything is OK, you will get this messages in your terminal.

 ✓ connected to news db
 Starting server at localhost:8080

Endpoints Demonstration

/register

/login

/exit

/createpost

/deletepost

/users/{username}

/feed

# Packages

No description provided by the author
No description provided by the author