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

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!

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
```