Repository for a project called Title Temptation - website which lets you pick a movie based on a movie title. This project is made for educational purposes.
Django, Django REST Framework, Vue.js, SQLite.
- Register user
- Login user
- Movie search & pagination
- Create wishlist
- Create watched list
- Rating system
Clone the project
git clone https://Title-Temptation
Go to the project directory
cd Title-Temptation
Go to the project backend directory
cd back
Install requirements
pip install -r requirements.txt
Make migrations
python manage.py makemigrations
python manage.py migrate
Run server
python manage.py runserver
Go to the project frontend directory
cd front
Install dependencies
npm install
Start the server
npm run start
Run frontend
http://localhost:8080
Run backend
http://localhost:8000/api/
For more images of UI go to directory webpage look
If you have any feedback, please reach out to me.