Skip to content

my section of the code for the CSUN senior project AXONRADio

Notifications You must be signed in to change notification settings

Jamianv/axonradio-jamian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

axonradio-jamian

my section of the code for the CSUN senior project AXONRADio

To run backend code:

  • install anaconda
  • conda create --name myenv --file spec-file.txt
  • conda activate myenv
  • python predictions.py to run script to classify youtube links
  • python restful_test.py to run restful flask server

Install and run mongodb

  • Make sure mongo db is installed
  • start server with:
sudo service mongod start
  • to access the shell
mongo --host 127.0.0.1:27017

Frontend code:

Run vue app

  • to run vue app in debug mode
cd frontend
npm run dev
  • flask app redirects to dev server if debug=true
  • else it will redirect to backend/build/

About

my section of the code for the CSUN senior project AXONRADio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published