https://github.com/arvind-4/starter-project
A project with Django, Nextjs and Docker using Postgres DB!
https://github.com/arvind-4/starter-project
django docker docker-compose postgres typescript
Last synced: 5 months ago
JSON representation
A project with Django, Nextjs and Docker using Postgres DB!
- Host: GitHub
- URL: https://github.com/arvind-4/starter-project
- Owner: arvind-4
- License: mit
- Created: 2024-01-07T04:44:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T10:03:09.000Z (over 1 year ago)
- Last Synced: 2025-08-23T05:05:28.402Z (5 months ago)
- Topics: django, docker, docker-compose, postgres, typescript
- Language: Python
- Homepage: https://github.com/Arvind-4/starter-project
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Starter Project
Just run these commands
- Create a `.env` file.
```bash
cp sample.env .env
```
- Run docker file
```bash
docker compose up --build
```