Skip to content

Latest commit

 

History

162 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RealTone – Movie Review Platform

Welcome to RealTone! This project is a full-stack movie review platform powered by a Next.js frontend and a Flask backend.


Movie API

https://developer.themoviedb.org/reference/intro/getting-started

🧱 Project Structure

realtone/
├── client/     # Frontend - Next.js
└── server/     # Backend - Flask

🚀 Getting Started

1. Clone the Repository

git clone https://github.com/YOUR_USERNAME/realtone.git
cd realtone

🔁 Git Basics – Push & Pull

Pull latest changes:

git pull origin main

Add your changes:

git add .
git commit -m "your message here"
git push origin main

🔒 Make sure you're working on a branch or feature PR if you're collaborating in a team.


🎬 Frontend Setup (Next.js)

cd client
npm install
npm run dev

Access your frontend at http://localhost:3000


🎯 Backend Setup (Flask)

cd server
pip install -r requirements.txt
python app.py  # or however you run your entry script

Backend should run on http://localhost:5000 unless otherwise specified.


🛠️ Notes

  • Ensure Python 3.10+ and Node.js 18+ are installed.
  • Use a virtual environment for Python dependencies (e.g., venv, conda).
  • Consider using .env files for configuration in both client/ and server/.

📬 Questions or Issues?

  • Open an issue or start a discussion in the GitHub repo!

About

ReelTone is a full-stack movie review platform that combines a Next.js frontend with a Flask backend. It integrates with the TMDB API for movie data, lets users interact through reviews.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages