Status:
Still under development (early stages)
This project is focused on building backend services powered by a PostgreSQL database. It aims to provide easy-to-use services and tools for managing and querying the database.
The Query Tool allows you to interact with the PostgreSQL database through a simple interface. Users can write and execute SQL queries.
An AI-powered feature to automatically generate SQL queries based on your prompts. Simply click to prompt the AI and get an SQL statement generated for you.
Before you begin, make sure you have the following installed on your system:
- Docker: Docker Installation Guide
- Docker Compose: Docker Compose Installation Guide
- Git: Git Installation Guide
Clone this repository to your local machine:
git clone [email protected]:okumujustine/backend-services.git
cd backend-services'
docker-compose up --build