spno77 / Apartments

Apartments API build with Django Rest Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apartments API

Django API for apartments.

Installation

Create virtual env

python3 -m venv env

Activate the virtual env

source env/bin/activate

Install dependencies

pip install -r requirements.txt

Apply all migrations

./manage.py migrate

Run it

./manage.py runserver

Browse the API

You can now open the API in your browser at http://127.0.0.1:8000/api/v1/

About

Apartments API build with Django Rest Framework


Languages

Language:Python 100.0%