Skip to content

abror2142/django-react-postgres-dockerized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized Django Rest Framework backend connected with React frontend app. PostgreSQL is used as a database.

About

The app consists of only one functional page which provides a form to add a student, and information about all students that has been added to the list.
This simple app uses Django Rest Framework to build APIs. For frontend, React JS is used. The connection between the frontend and the backend is made by Axios, a JavaScript library. To manage data, PostgreSQL is used and connected with DRF.

Motivation

By exploring this repo, you (and possibly me too) can learn about running a full-stack app in docker containers. Using the power of docker compose to make different services work together in sync is a good idea to apply in different projects.

How to build this?

First Download the repository.
Open it and then run: docker compose up.
** You should have docker installed on your device.

Using the app:

Go to: http://localhost:5175 in your browser to see the app.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published