Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 1.08 KB

README.md

File metadata and controls

32 lines (16 loc) · 1.08 KB

image

API that is built using Node js used to fetch Football related news from all the top news websites of the world based on what users want from the app

Follow these instructions to run the API successfully

Step 1: Install dependencies

Installation

npm install

Step 2: Create a database and collection in MongoDB

Create the database and collection in MongoDB, and refer them to the .env file

Step 3: Start the backend server

npm start or npm run dev

Open your favorite browser and navigate to http://localhost:8080 to experience the magic 😎!

The server will automatically reload as you make changes, and any lint errors will be displayed in the console.

Step 3: Testing in Postman

Test the API in Postman for a thorough understanding, even though you can in the browser too using the provided link as it is deployed on the cloud server

🚀 Note to Repo Visitors

If you find this repo useful, don't forget to show some love! Give the repository a star to support the project. 🌟