📝 Note: Ensure you have Node.js installed.
-
Open in Visual Studio Code: Navigate to the project folder and open it in Visual Studio Code.
-
Install Dependencies: In the terminal, run
npm installto install all dependencies. -
Run the Project: Execute
npm run devto launch the project in your browser. -
Before starting the Project: Kindly read the readme file in the Model API in order to get the start the server
-
Obtaining Upstox API Key:
- Go to your Upstox account.
- Navigate to the My Account section.
- Click on the Apps tab.
- Create a New App.
- Name your app and set the redirect URL (preferably http://localhost:3000/).
- Copy the generated API key and API secret into your environment variables.
-
Setting Up News API:
- Visit News API to acquire the necessary API keys.
-
Quotes API Configuration:
- Obtain API keys from API Ninjas.
-
Development/Production Mode: Set the mode as per your requirements.
-
MongoDB Integration:
- Retrieve MongoDB URL and database name from your MongoDB Compass.
🎓 This is the README for my final year project, developed with Next.js 13, utilizing Tailwind CSS, and MongoDB. Feel free to refine it further and add emojis to suit your style! 🎉
