Skip to content

Commit 7b29996

Browse files
author
App Generator
committed
Update README.md
2 parents 32657e8 + f4656c7 commit 7b29996

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,16 @@ Simple starter built with Python / Django Rest / Sqlite3 and JWT Auth. The authe
1111
- Simple, intuitive codebase - built for beginners (can be extended with ease)
1212
- Django / Django REST / Sqlite3 - a simple, easy to use backend
1313
- Authentication with JWT (JWT login, JWT logout)
14-
- Unitary tests, Docker
14+
- Testing, Docker
15+
- [API Interface Descriptor](https://github.com/app-generator/api-server-nodejs/blob/master/media/api.postman_collection.json): POSTMAN Collection
16+
17+
<br />
18+
19+
> Can be used with other UI projects for a complete **fullstack** experience
20+
21+
- [React Berry Dashboard](https://github.com/app-generator/react-berry-admin-template) - open-source sample
22+
- [React Datta Dashboard](https://github.com/app-generator/react-datta-able-dashboard) - open-source sample
23+
- [React Datta Dashboard PRO](https://appseed.us/product/react-node-js-datta-able-pro) - commercial fullstack product
1524

1625
<br />
1726

@@ -27,6 +36,7 @@ Simple starter built with Python / Django Rest / Sqlite3 and JWT Auth. The authe
2736
<br />
2837

2938
## Requirements
39+
3040
- Django==3.2.5
3141
- djangorestframework==3.12.4
3242
- PyJWT==2.1.0
@@ -89,15 +99,9 @@ Visit `http://localhost:5000` in your browser. The API server will be running.
8999

90100
<br />
91101

92-
## Tests
93-
94-
```bash
95-
$ python manage.py test
96-
```
97-
98-
## API
102+
## API
99103

100-
For a fast set up, use this POSTMAN file: [api_sample](https://github.com/app-generator/api-server-unified/blob/main/api.postman_collection.json)
104+
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)
101105

102106
> **Register** - `api/users/signup`
103107

0 commit comments

Comments
 (0)