Skip to content

FZl47/upwork-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

upwork-api

How to use?

  • 1. create environment stage

    • python -m virtualenv venv
  • 2. install requirement packages

    • pip install -r requirements.txt
  • 3. run migrate cmd to initial db

    • python manage.py migrate
  • 4. runserver and use

    • python manage.py runserver
  • 5. enjoy!

    • redoc(swagger) available at:
      •   http://127.0.0.1:8000/api/v1/redoc/
        
        OR
      •   xxx.xxx/api/v1/redoc/
        

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages