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

https://github.com/chapagainmanoj/potato-seed

React-Django project seed with Docker, Nginx and Postgres
https://github.com/chapagainmanoj/potato-seed

django django-rest-framework docker docker-compose nginx postgres react

Last synced: 3 months ago
JSON representation

React-Django project seed with Docker, Nginx and Postgres

Awesome Lists containing this project

README

          

# potato-seed
React-Django project seed with Docker, Nginx and Postgres

* to run in develop

```
docker-compose -f docker-compose-development.yml up --build
```

* to run in production
```
docker-compose up
```