# 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
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