
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
github.com/vitorvvc/api-postgressql
This README is on english, but i have in another langueages: PT-BR
This project is an API built in Go that interacts with a PostgreSQL database. The frontend is a React application that consumes this API.
Clone the repository to your local machine:
git clone https://github.com/your-username/your-repository.git
cd your-repository/api-postgresql
Create a .env file in the root directory of the api-postgresql project with the following content:
DATABASE_URL=postgresql://user:password@db-host:port/db-name?sslmode=require
API_PORT=4000
POSTGRES_HOST=your_host
POSTGRES_PORT=your_postgres_port
POSTGRES_USER=your_user
POSTGRES_PASS=your_pass
POSTGRES_NAME=your_name
Use Docker Compose to build and start the containers:
docker-compose up --build
docker-compose down
docker-compose logs -f
docker-compose down -v
Contributions are welcome! Please submit a pull request or open an issue to discuss what you would like to change.
FAQs
Unknown package
Did you know?
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.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.