Skip to content

NEsfandiari/Elderblog_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elder Blogging Analysis

Please Review the Concept here: https://www.ribbonfarm.com/series/elderblog-sutra/

Install

Then clone the repo :

git clone https://github.com/NEsfandiari/Elderblog_analysis

Server

Then Install the server dependencies:

cd server
pip3 install -r requirements.txt

Client

Install the client dependencies:

npm i

Run the App

npm start
cd server
flask run