Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.31 KB

File metadata and controls

53 lines (36 loc) · 1.31 KB

Django-REST-API

A REST API made with Django for a tutorial on Codementor.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Things you need to install the Web App

  1. Python3
  2. Pip
  3. Homebrew(MacOS)
  4. Virtualenv

Built With

  1. Django 1.11
  2. Django REST Framework
  3. Python 3
  4. PostgreSQL

Installing

Settingup virtual

Deployment

1. cd into the project directory (
2. Activate virtaulenv (source/ <venv name>/bin/activate
3. Install requirements (pip install requirements.txt)
4. Run on localhost (python manage.py runserver <host>)
  BY DEFAULT HOST OS '8000'

Testing

Testing can be done using Postman - Learning Postman

Contributing

All the comtributions are most welcome.

Authors

Rupesh Mangal - rupeshcode