Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pnijhara/offer-listing-app-api
- Owner: pnijhara
- Created: 2019-07-10T11:54:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-09T19:14:17.000Z (over 3 years ago)
- Last Synced: 2023-03-08T15:15:51.897Z (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
```