File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ then, start the app with:
50
50
$( venv) ellar runserver --reload
51
51
```
52
52
53
- Open your browser and navigate to [ ` http://localhost:3000 / ` ] ( http://localhost:3000 / ) .
53
+ Open your browser and navigate to [ ` http://localhost:8000 / ` ] ( http://localhost:8000 / ) .
54
54
![ Swagger UI] ( img/ellar_framework.png )
55
55
56
56
## Features Summary
@@ -76,6 +76,7 @@ Open your browser and navigate to [`http://localhost:3000/`](http://localhost:30
76
76
Project is still in development
77
77
78
78
- Documentation - in progress
79
+ - Interceptors - [ Aspect Oriented Programming] ( https://en.wikipedia.org/wiki/Aspect-oriented_programming ) (AOP) technique
79
80
- Database Plugin with [ Encode/ORM] ( https://github.com/encode/orm )
80
81
- Caching
81
82
- API Throttling
You can’t perform that action at this time.
0 commit comments