Skip to content

uliana-dzyoba/notes-app

Repository files navigation

Notes App

Django DRF React MongoDB Docker Nginx

Frontend part of the application

The app supports basic CRUD functionality and implements REST API

In this project I have mastered:

  • integrating React with Django as separate apps
  • creating multi-container apps with Docker Compose

How to run

  • Clone the repo

    git clone https://github.com/uliana-dzyoba/notes-app.git
  • Run all containers from the project directory

    docker-compose up
  • Enter http://localhost:3000/ in a browser to see the app running

  • Enter http://localhost/api/ to view API

screenshot