Skip to content
This repository has been archived by the owner on Dec 19, 2017. It is now read-only.

kyoppie/kyoppie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kyoppie

Build Status

kyoppie is Open Source SNS.

LICENSE

The MIT License

How to run

API

requirements: Node.js >= 7.0.0, MongoDB Server, Redis Server

cd api
npm install
npm run migrate
npm start

Web

requirements: Python >= 3.5.0, pip

cd web/src
pip3 install flask pyjade requests
python3 main.py

File

requirements: Python >= 3.5.0, pip, ffmpeg, graphicsmagick

cd file/src
pip3 install flask pillow python-magic
python3 main.py