API for news portals and services.
The application provides the ability to save and edit news and comments on them, storing user data, as well as creating news categories.
git clone https://github.com/allitov/news-api.git
cd news-api
docker-compose --file ./docker/docker-compose-default.yml up -d
docker-compose --project-name="news-api" down
docker-compose --file ./docker/docker-compose-demo.yml up -d
docker-compose --project-name="news-api-demo" down
docker-compose --file ./docker/docker-compose-env.yml up -d
docker-compose --project-name="news-api-env" down
To familiarize yourself with the application's API and see example queries, you can refer to the interactive Swagger documentation (available only after launching the application).