Skip to content

nicomix/movies-suggester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Recommendation

Run within a docker:

docker build . -t movies-suggester-service
docker run -p 80:80 movies-suggester-service

To run outside docker:

  • Install pip install -r requirements.txt
  • Run fastapi run src/main.py --port 80

Testing the project

  • Run export PYTHONPATH=$PYTHONPATH:$(pwd)/src
  • Then run pytest --cov=src tests/

Using the API

You can connect to the API using http methods to pull data or you can go to 0.0.0.0:80/docs to test it with Swagger

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published