TDWolff / AtlasIndex

MIT License
1 stars 4 forks source link

About us

Contributors

  • Nandan (Scrum Master)
  • Arnav(Front end and DevOPS)
  • Remy (Front end and DevOPS)
  • Torin(Back end with AWS)

What our project is about!

Our project is a movie database, similar to IMDB, but in a more simpler form. We have incorporated by using javascript and html with css for the background while using python and AWS for our backend.

How we can up with this idea

For our team teach we have come up with the idea of a movie database. We have then for our final project decided to incorporate to a wide variety of movies compared to our low 50 movies. We are expanding it so we have have a better recommendation system and just better than what it was before.

AWS requirements

Front End

Backend

Encoding API for OMDB

  1. The Encoding API receives the request and encodes it, making sure the request is in the right format for the OMDB API.

  2. It then sends the encoded request to the OMDB API, which returns the movie data.

  3. The Encoding API receives the OMDB response, decodes it, and sends the processed movie information back to the frontend.

Sign-in Page

Preview