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 git@github.com: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