šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

github.com/solumD/go-social-media-api

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/solumD/go-social-media-api

v0.0.0-20240520202238-f4bcaeb63621
Source
Go
Version published
Created
Source

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

FAQs

Package last updated on 20 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts