Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 641 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 641 Bytes

rpa-nano

RPA for nano services

image

Official homepage

https://lib.introvesia.com/books/rpa-nano

Workflow

rpa

RPA Router

RPA Router is an API to handle request.

Installation

Step 1 - DB migration

python manage.py migrate

Step 2 - Create superuser

python manage.py createsuperuser

Step 3 - Run the server

cd rpaNanoRouter
python manage.py runserver