An open API service indexing awesome lists of open source software.

https://github.com/chinchalinchin/django-angular-starter

A quick start web server implementing a python WSGI app, configured to statically serve Angular 11.
https://github.com/chinchalinchin/django-angular-starter

angular django python

Last synced: about 1 month ago
JSON representation

A quick start web server implementing a python WSGI app, configured to statically serve Angular 11.

Awesome Lists containing this project

README

          

### Django-Angular Starter Kit

This is a quick start application pre-configured to deploy a python Django web application onto a Gunicorn WSGI server with an Angular 10 front-end. The application has been containerized and orchestrated to connect to a postgres container. This application is ready to go with minimal changes in most environments. See the documentation below for more information.

## Documentation

- [Setup](docs/SETUP.md)

- [Application](docs/APPLICATION.md)

- [Environment](docs/ENVIRONMENT.md)

- [Appendix](docs/APPENDIX.md)