Skip to content

Vik2ry/Team-Gold-backend

 
 

Repository files navigation

TEAM GOLD SUBSCRIBER API

A dockerized micro-service for subscribing to a Saas app

Developer Setup

Follow the following steps to setup your dev environment

Get started with virtual env

Run the following commands to get started using virtualenv

# once - create virtual environment
virtualenv env -p python3.6

activate it

source env/bin/activate

install deps

pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver

Visit List all the APIs documentation http://localhost:8080/docs/

Visit List all the APIs on localhost http://localhost:8080/api/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.2%
  • JavaScript 3.3%
  • CSS 3.2%
  • Other 0.3%