Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/billy0402/website-deployment-template
My website deployment template.
https://github.com/billy0402/website-deployment-template
deployment django django-rest-framework docker docker-compose nextjs postgresql
Last synced: 2 days ago
JSON representation
My website deployment template.
- Host: GitHub
- URL: https://github.com/billy0402/website-deployment-template
- Owner: billy0402
- License: mit
- Created: 2024-05-10T01:47:21.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T07:28:46.000Z (23 days ago)
- Last Synced: 2024-10-25T03:28:05.833Z (23 days ago)
- Topics: deployment, django, django-rest-framework, docker, docker-compose, nextjs, postgresql
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# website-deployment-template
My website deployment template.
## Development environment
- [macOS 12.7.2](https://www.apple.com/tw/macos/monterey/)
- [Visual Studio Code 1.85.1](https://code.visualstudio.com/)
- [Docker 24.0.7](https://www.docker.com/)
- Frontend: [Next.js](https://nextjs.org/)
- Backend: [Django](https://www.djangoproject.com/) + [Django REST](https://www.django-rest-framework.org/)
- Database: [PostgreSQL](https://www.postgresql.org/)## Getting Started
```shell
$ find . -name ".env.example" -type f -execdir cp -n {} .env \;$ docker compose up -d
```## Bugs and suggestions
If you have found a bug or have a request for additional functionality, please use the issue tracker on GitHub.
https://github.com/billy0402/website-deployment-template/issues
## License
Released under [MIT](/LICENSE) by [@billy0402](https://github.com/billy0402).