Skip to content

kea-projects/stock-management-playground

Repository files navigation

Stock Management Playground

Backend

Requirements

  • Python3
  • Poetry
  • MongoDB database
  • A Finnhub API free account

Setup

  • Use cd backend to navigate to the backend directory.
  • Run poetry shell & poetry install to create an environment with the required dependencies.
  • Create a .env file in the backend folder and add the environment variables as described in the .env-template file from the same folder.

Note: You will also need to create a .env.test with the same structure in order to run the tests.

  • Run uvicorn app.main:app --reload to run the app.

Documentation

  • Once the application is running, the SwaggerUI documentation can be accessed by going to the /docs endpoint.

  • Additionally, in the docs folder can be found the postman collection containing sample data for all of the implemented endpoints.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors