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-apidocker-compose --file ./docker/docker-compose-default.yml up -ddocker-compose --project-name="news-api" downdocker-compose --file ./docker/docker-compose-demo.yml up -ddocker-compose --project-name="news-api-demo" downdocker-compose --file ./docker/docker-compose-env.yml up -ddocker-compose --project-name="news-api-env" downTo 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).