adding necessary files

This commit is contained in:
Saugat Pandey
2023-02-05 15:43:17 -06:00
commit 1f2feea42f
118 changed files with 112115 additions and 0 deletions

8
ReactTool/backend/README.md Executable file
View File

@@ -0,0 +1,8 @@
In order to run the frontend, execute the following commands
(assuming you have `pipenv` installed already):
```
cd backend
pipenv install
pipenv shell
flask run
```