File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Simple boilerplate for django & django rest framework
8
8
### Tasks list
9
9
- [x] Users api CRUD endpoints
10
10
- [x] DRF JWT Authentication
11
- - [ ] Add docker configurations
11
+ - [x ] Add docker configurations
12
12
- [ ] Document folder structure
13
13
- [ ] Configure Static/media & templates
14
14
- [ ] Integrate material ui & react js on templates
@@ -29,8 +29,18 @@ PUT | `/api/user/update/{pk}` | Edit a user
29
29
DELETE | ` /api/user/destroy/{pk} ` | Delete a user
30
30
31
31
32
- ### Installation
33
- If you wish to run your own build, first ensure you have python globally installed in your computer. If not, you can get python (here)[ python.org] .
32
+ ### Installation
33
+ If you wish to run your own build, you two options
34
+ 1 . User Docker compose.
35
+
36
+ ` $ git clone https://github.com/p8ul/django-rest-framework-boilerplate `
37
+
38
+ ` $ cd django-rest-framework-boilerplate `
39
+ ` $ docker-compose up `
40
+
41
+ 2 . Without docker
42
+
43
+ First ensure you have python globally installed in your computer. If not, you can get python [ here] ( python.org ) .
34
44
35
45
After doing this, confirm that you have installed virtualenv globally as well. If not, run this:
36
46
You can’t perform that action at this time.
0 commit comments