Skip to content

mariusblarsen/django-react-project

Repository files navigation

Just a simple Django and React project

Django CI codecov

A little project for learning purposes and fun, to get deeper knowledge of React and other tools along the way. Resulting in a foundation for future projects.

Setup

Add a Django secret key to SECRET_KEY in an environment file at root.

Prerequisites

  • mongoDB
  • docker-compose

With docker-compose

Navigate to folder django_react_project and run docker-compose up. The React app is now available at port 3001, with api and django-admin page at port 8000

Roadmap

  • Setup Django backend
  • Setup React app
  • Setup Docker
  • Setup docker-compose
  • Setup DRF Api
  • Integrate DRF Api with React
  • MongoDB
  • CI - Github Actions
  • Navigation menu
  • ...