/GigWriter-API

GigWriter is a browser extension that writes the Fiverr Gig description for you

Primary LanguagePythonMIT LicenseMIT

GigWriter-API

Steps to start this API server in your local Machine

  • clone the repo
  • open the GigWriter-API folder with VS Code.
  • open the terminal on VC Code and create a virtual environment, activate it. Click here to know more.
  • run the following commands
    • pip install -r requirements.txt
    • python manage.py runserver