Skip to content

flyingSquirrel-dev/crawling-ui

 
 

Repository files navigation

Crawling-ui 프로젝트

Since. 2019.12.25.

업무 이름
Back-End kuckjwi
Front-End devkang
Front-End FlyingSquirrel
Front-End ForPK

Prerequisites

python3.8 npm >=12.14.0(latest) pip yarn

Installing packages/modules

  1. Install packages using pip
    pip install -r requirements.txt
  2. Install modules using yarn in client directory
    cd client/
    yarn install

Getting Started

To start this app, run as below:

  1. To run a server, execute a command in the root directory
    # first run
    python manage.py makemigrations
    python manage.py migrate
    python manage.py createadmin
    # run server
    python manage.py runserver
  2. To run a client app, execute a command in client directory
    cd client/
    yarn start

Run (Docker)

docker pull wearecoarmot/crawling-ui:latest
docker run -d -it -p 8000:8000 wearecoarmot/crawling-ui:latest ./run.sh

About

Crawling Automate System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 59.0%
  • JavaScript 22.9%
  • Python 17.2%
  • Other 0.9%