react-assignment icon indicating copy to clipboard operation
react-assignment copied to clipboard

Assignment Submission of LeetCode with React and Flask

Open KrishRathor opened this issue 1 year ago • 0 comments

React Flask Leetcode Clone : url : https://github.com/KrishRathor/LeetCodeThree

Description : Currently code submission works only for javascript and for first question test case needs be updated for rest of the questions. Thanks for the video btw!

SETUP INSTRUCTIONS

  1. Frontend : cd frontend run command : npm i then run : npm start

  2. Backend : cd backend active virtual env : by venv/scripts/activate install dependencies : pip install -r requirement.txt run : python app.py

That's it enjoy!

KrishRathor avatar May 11 '23 15:05 KrishRathor