Skip to content

Commit 0ab0208

Browse files
author
App Generator
committed
README - Mention the PRO version
1 parent 7b29996 commit 0ab0208

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11

22
# Django API Server
33

4-
Simple starter built with Python / Django Rest / Sqlite3 and JWT Auth. The authentication flow is based on [json web tokens](https://jwt.io).
4+
Simple starter built with Python / Django Rest / Sqlite3 and JWT Auth. The authentication flow is built with [json web tokens](https://jwt.io).
55

66
<br />
77

88
> Features:
99
1010
- [API Definition](https://docs.appseed.us/boilerplate-code/api-unified-definition) - the unified API structure implemented by this server
11-
- Simple, intuitive codebase - built for beginners (can be extended with ease)
12-
- Django / Django REST / Sqlite3 - a simple, easy to use backend
13-
- Authentication with JWT (JWT login, JWT logout)
14-
- Testing, Docker
15-
- [API Interface Descriptor](https://github.com/app-generator/api-server-nodejs/blob/master/media/api.postman_collection.json): POSTMAN Collection
11+
- Simple, intuitive codebase - can be extended with ease
12+
- Django / Django REST / SQLite3 - a simple, easy to use backend
13+
- Authentication with JWT (login, logout, register)
14+
- PRO version available - **[Django API Server PRO](https://github.com/app-generator/api-server-django-pro)**
15+
- Support for Mongo DB, Docker, Unitary tests, and priority support
1616

1717
<br />
1818

@@ -91,14 +91,19 @@ $ cd api-server-django
9191
> Start the app in Docker
9292
9393
```bash
94-
$ docker-compose up -d --build
94+
$ docker-compose up --build -d
9595
```
9696

9797
Visit `http://localhost:5000` in your browser. The API server will be running.
9898

99-
10099
<br />
101100

101+
## Tests
102+
103+
```bash
104+
$ python manage.py test
105+
```
106+
102107
## API
103108

104109
For a fast set up, use this POSTMAN file: [api_sample](https://github.com/app-generator/api-server-Django/blob/master/media/api.postman_collection.json)

0 commit comments

Comments
 (0)