/Stocks_Info_App

This is a Stocks Info App built using Express.js. The app allows users to access information about various stocks.

Primary LanguageCSS

Stocks Info App

This is a Stocks Info App built using Express.js. The app allows users to access information about various stocks.

Getting Started

To run the Stocks Info App locally, follow these steps:

1.Clone the repository:

  git clone <repository-url>

2.Navigate to the project directory:

  cd stocks-info-app

3.Install the dependencies:

  npm install

4.Set up the environment variables

To run this project, you will need to add the following environment variables to your .env file

DATABASE=

Make sure to set these variables in the .env file before running the application.

5.Start the application:

  npm run start

This will start the Express.js server and make the app available at http://127.0.0.1:8000.

API Endpoints

The Stocks Info App provides the following API endpoints:

-GET /api/: Fetches a list of all stocks.

Demo

https://stock-info-app.onrender.com/

Contributing

Contributions to the Stocks Info App are welcome! If you encounter any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request on the GitHub repository.

License

The Stocks Info App is open-source software licensed under the MIT license.

🔗 Links

portfolio linkedin

Run Locally

Clone the project

  git clone https://link-to-project

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run start