Jay206-Programmer / react_realtime_graphs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

End-to-End Project

this branch showcases full project demo consisting of Django backend serve, React frontend & Redis for channels storage, with use of Docker.

Steps to Run the Project

Step 1: Clone the Project

Clone repository in your local system. Follow this step only if you don't already have the repository.

git clone https://github.com/Jay206-Programmer/react_realtime_graphs.git

Step 2: Checkout to the end-to-end branch

Use this commend to checkout into end-to-end branch if you are not already in that branch.

git checkout end-to-end

Step 3: Run Project

This step creates docker images & runs them via the docker-compose file.

Note: You will need docker-desktop installed locally to run this project.
docker-compose up --build -d

That's it! Go on http://localhost:3000 to visit the website.

About


Languages

Language:Python 60.0%Language:JavaScript 24.0%Language:CSS 8.3%Language:HTML 7.6%