Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pnijhara/offer-listing-app-api

API for offer listing app on Django
https://github.com/pnijhara/offer-listing-app-api

django django-rest-framework python3 rest rest-api sqlite3

Last synced: 1 day ago
JSON representation

API for offer listing app on Django

Awesome Lists containing this project

README

        

# offer-listing-app-api
API for offer listing app on Django

## Clone

``` git clone https://github.com/pnijhara/offer-listing-app-api.git ```

## Setup

```
$ cd offer-listing-app-app
$ pipenv shell
```

## Install dependencies
```
$ pipenv install
```

## Run project
```
$ import django # in python3 shell
$ python3 manage.py runserver
```