Skip to content

liuxu0628/Movie-Recommendation-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MRS - a movie recommender system

Quick Start

# virtual env
virtualenv venv
source venv/bin/activate

# install backend dependency
pip install -r requirements.txt

# Install dependencies
cd front-end
npm install

# Run for devlopment
npm run start

# Build for production
npm run build

# Serve API on localhost:8000
python manage.py runserver

# Create .env file in root path and set two fields
MYSQL_USERNAME=''
MYSQL_PASSWORD=''

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published