Skip to content

rodriguez-lucas/template-react-django-docker-compose

Repository files navigation

Template project

React + Django + Docker-Compose

Installation

  1. install docker-compose
  2. create .env file in /backend by copping from .env.example
  3. build using docker-compose: run make build
  4. run migrations: make run-migrations
  5. create superuser: make create-superuser
  6. to start project just run: make up
  7. project should be running in http://localhost:3000 and the backend at http://localhost:8000

Where to add new code

  • In urls.py you can define the endpoints, check already defined examples

ToDo

  • the entire project doesn't have a single test
  • the frontend is quite a mess

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors