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: 2 months ago
JSON representation
API for offer listing app on Django
- Host: GitHub
- URL: https://github.com/pnijhara/offer-listing-app-api
- Owner: pnijhara
- Created: 2019-07-10T11:54:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-09T19:14:17.000Z (about 5 years ago)
- Last Synced: 2025-03-06T07:48:36.041Z (over 1 year ago)
- Topics: django, django-rest-framework, python3, rest, rest-api, sqlite3
- Language: Python
- Size: 32.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```