Skip to content

stdrr/WNOW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 

Repository files navigation

Getting started with "What's New On Wiki?"

The list of operations to do in order to start the web service is enumerated below:

Set up the database MySQL

  1. Make sure that a MySQL server is running on localhost
  2. Create a user named "wnow" with password "2020"
  3. Create a new database named "wnow"
  4. In a new terminal, open the directory "wnow_site"
  5. Type "php artisan migrate"; this command will set up the database

Start the Python script

  1. In a new terminal, open the directory "app"
  2. Run the script "recommender_engine.py"

Start Laravel server

  1. In a new terminal, open the directory "wnow_site"
  2. Type "php artisan serve"
  3. Open the browser and type "localhost:8000"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published