Welcome to the NewsAPI project! Here's a guide to get you up and running :
Begin by cloning this repository to your local machine :
git clone https://github.com/sajjadabd/newsapi.git --recurse-submodules
Move into the project directory :
cd newsapi
Now, let's set up and run the project using Docker:
Utilize Docker Compose to build and launch the project's containers:
docker-compose up --build
Once the containers are up and running, you can access the project through your browser:
http://localhost:3000
That's it!
You're all set to explore the NewsAPI project.
If you encounter any issues or have questions, feel free to reach out. Happy exploring!