market-place-app-api Market Place API project. TO SELL REST API Description Virtual env $ virtualenv env $ source env/bin/activate Installation Python Packages $ pip install -r requirements.txt Running the app # development $ python manage.py runserver Test # unit tests $ python manage.py test