http://www.dasflix.com/
DasFlix is a CRUD MVC project by University of Arizona Students: Azucena Gonzalez, Denzell Grant, and Stephen Studer. Team Name: House Targaryen #FireAndBlood:fire::dragon_face:. DasFlix is a clone of a streaming service that uses TheMovieDB API and allows the user to create a watchlist. The watchlist is then populated by searching or selecting results from what's currently trending.
This project uses passport.js
for local username and password authentication.
Feel free to use our test login:
username: 1@1
password: 1
- Login In.
- Create a Watchlist.
- Add Items to Watchlist.
- Clone this repository.
git clone https://github.com/denzgrant/DasFlix-.git/
- Install Nodejs dependencies.
npm install
- In the root directory of the project, start the server.
node server.js
- In your browser navigate to the following page.
http://localhost:8080
Package | Documentation |
---|---|
express |
Express |
express-handlebars |
Express Handlebars |
mysql2 |
Node MySql 2 |
sequelize |
Sequelize |
passport |
Passport |
passport-local |
Passport Local Strategy |
bcrypt |
BCrypt |
connect-flash |
Connect Flash for Express |
dotenv |
Dotenv |
Any questions regarding this project, contact denzgrant@gmail.com directly.
This project is licensed under the MIT License - see the LICENSE file for details.