Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/das-jishu/flixathon
A website which uses an API key to search the TMDb database for movies and add them to corresponding lists. There is an option to share the lists through various media like mail, tweets, whatsapp, sms. Made using HTML, CSS, Bootstrap, JavaScript(jQuery), Ajax, PHP, MySQL. Hosted by a free hosting service.
https://github.com/das-jishu/flixathon
ajax bootstrap cinema css film fullstack html javascript list movie movie-database mysql php store tmdb tmdb-api tmdb-database
Last synced: about 2 months ago
JSON representation
A website which uses an API key to search the TMDb database for movies and add them to corresponding lists. There is an option to share the lists through various media like mail, tweets, whatsapp, sms. Made using HTML, CSS, Bootstrap, JavaScript(jQuery), Ajax, PHP, MySQL. Hosted by a free hosting service.
- Host: GitHub
- URL: https://github.com/das-jishu/flixathon
- Owner: das-jishu
- Created: 2020-04-04T20:39:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-24T04:56:36.000Z (over 3 years ago)
- Last Synced: 2023-03-06T21:10:43.668Z (almost 2 years ago)
- Topics: ajax, bootstrap, cinema, css, film, fullstack, html, javascript, list, movie, movie-database, mysql, php, store, tmdb, tmdb-api, tmdb-database
- Language: PHP
- Homepage: http://movie-project.epizy.com
- Size: 2.34 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flixathon
Synopsis:
A website which uses an API key to search the TMDb database for movies and add them to corresponding lists. There is an option to share the lists through various media like mail, tweets, Whatsapp, SMS. Made using HTML, CSS, Bootstrap, JavaScript(jQuery), Ajax, PHP, MySQL. Hosted by a free hosting service.----------------------------------------------------------------------------------------------------------------------------------------
© Flixathon. 2021. All Rights Reserved.
----------------------------------------------------------------------------------------------------------------------------------------Languages and frameworks used: HTML, CSS, Bootstrap, JavaScript(jQuery), Ajax, PHP, SQL.
SMTP used: smtp.gmail.com
API provided by: TMDb----------------------------------------------------------------------------------------------------------------------------------------
Features:
1. Login and logout with an added 'Remember Me' and 'Forgot Password' option.
2. Search for movies using the GET request through API.
3. Store movies in lists (Favorites, Watched, Bucket List).
--> A movie cannot be both in watched and bucket list.
--> A movie can be moved from bucket list to watched but not vice versa.
--> Movies can be moved from watched and bucket list to Favorites.
4. Username and password can be updated.
5. Activation key and password are encrypted.
6. The lists can be shared on Twitter, Whatsapp, Mail and SMS.---------------------------------------------------------------------------------------------------------------------------------------
Current issues:
1. Hosted by a free hosting service, so the server is slow to respond to requests.
2. The 'remember me' feature doesn't always work since most modern browsers block cookies coming from a third-party insecure website.----------------------------------------------------------------------------------------------------------------------------------------
Developed and designed by Subham Das.
----------------------------------------------------------------------------------------------------------------------------------------