/Django-Projects

This Repository contains all the Django-React Projects in in Single Repository

Primary LanguageJavaScript

Django with HTML/CSS/JS and Django React Projects

These projects were made by Rajan Gautam using Django, HTML, CSS, JavaScript, React and Bootstrap.

Steps to Run the Application

  1. Clone this Repository
  2. Browse through the specific project
  3. Check the folder structure.
  4. If it's just a Django project then running Django only should open the website locally else follow the below steps.
  5. If it has frontend and all other files in the folder itself, just run python -m virtualenv env then env\Scripts\activate and then pip install -r requirements.txt. Then run python manage.py runserver.
  6. If it has frontend and backend folder, do the previous step for backend folder, it should work. The frontend folder maybe having build folder and the React app. If there is no build folder, you may need to run Django and React app seperately.

List of Projects

  1. Auth System
  2. Blog - Live Link
  3. Blood Bank Management System - Live Link
  4. Photography
  5. React Blog - Live Link
  6. Real Estate - Live Link
  7. Text Utils
  8. ToDo - Live Link

Thank You

Rajan Gautam