siddharth25pandey / DRC-Project

Full Stack React- Django Web Application where ML Model is implemented

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DRC

Steps to run the Project locally

  • Clone the Repository
  • Now move to drc-app/backend directory and write pip install - r requirements.txt. Now check any build folder is present or not. If present, ignore the 4th step
  • Now move to drc-app/frontend and write npm install
  • Now to build it, run npm run build and move the build folder from drc-app/frontend to drc-app/backend
  • Now come to drc-app/backend and write the follwing commands
    • python manage.py makemigrations
    • python manage.py migrate
    • python manage.py runserver
  • Now run the following URL http://localhost:8000/

About

Full Stack React- Django Web Application where ML Model is implemented

License:MIT License


Languages

Language:JavaScript 48.2%Language:Jupyter Notebook 24.8%Language:Python 24.5%Language:CSS 1.6%Language:HTML 1.0%Language:Shell 0.0%