Skip to content

nhlong27/movieSite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

FIR MEDIA

A nature-inspired movie website
Version: v1.0.0-alpha
Author: Nguyen Hoang Long
Email: nhlong2706@gmail.com
View Demo · Report Bug · Request Feature

Live Demo

Official website: https://firmedia.site

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing

About The Project

Product Name Screen Shot

My interest in building streaming websites led me to design and develop a comprehensive movie website. I gained knowledge about server architecture, CRUD operations using Restful APIs with Express, and authentication through JSON Web Tokens (JWT).

Leveraging modern technologies like Vite and TypeScript, I streamlined development processes and ensured robust code quality. Exploring state management solutions such as Jotai and Zustand further enriched my skill set. Successfully deploying the movie website on the internet marked a significant achievement at the very beginning of my career.

Duration

March - May 2023

Application flow

  • User signs up/ signs in with credentials
  • User edits profile information: Username, email, image, password and may deactivate account
  • User browses recommended (Trending, Up coming, Airing now, Top rated, Most popular) media in Home page
  • User searches for media by: keyword, filter options
  • User views media details: overview, trailers, genres, similar media, etc.
  • User adds media to list based on: Favorite, Is Watching, Plan to Watch, Completed, Dropped.
  • User rates media
  • User comments or removes their comments for a media

Technologies

The Movie Database API. (refer https://developer.themoviedb.org/docs/getting-started)

  • Client: React/TS + Vite, Tailwind, Jotai, Zustand
  • Server: JWT-based auth, Express + Restful API (zod), mongoose/MongoDB
  • Deploy: Onrender, Railway.app

(back to top)

Getting Started

  1. Because this is an isolated monorepo which contains both the client and the server, you need to clone the repo and individually install the packet.json files of each directory ./client and ./server.
    git clone https://github.com/nhlong27/movieSite
  2. Install NPM packages
    cd ./client && npm install *** (cd ./server && npm i)
  3. Default hosts are render.com and railway.app. Create your own accounts and add environment variables (locally or on your hosts)
  1. Then if locally run the scripts for both directories
    npm run dev

If you have any troubles please either create an issue or email me. Or message me here: (link to be added)

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

See the open issues for a full list of proposed features (and known issues).

(back to top)

About

A nature-inspired movie website - MERN Stack

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages