Skip to content

rosbas/thainews_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

124 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thainews_scraper

Installation Guide

Things that need to be installed to test the current app. 1.) python pip stuff 2.) node_modules in React_frontend

so go added that pls

Set up Flask server

First, navigate to the folder called Flask_backend

$ cd Flask_backend

Optional: It is a good idea to create a python virtual environment so that it dosen't hurt ur computer boyz

$ python3 -m venv env

To run the venv, use command: pipenv shell

$ pipenv shell

Then installed all the python model for the application

$ pip install -r requirements.txt

To start the server, just use command: flask run

$ flask run

Set up React page

navigate to the react folder then install the node module and run: npm start

$ cd React_frontend
$ npm install
$ npm start

Now the current application should work? I guess?

For more information regarding current progress of the project=> check desperate_log.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages