Final Project by Daniel Assa and Daniel Lifshitz, Bar-Ilan University, Computer Science Department.
Motion Magic is a social media website for solving and sharing motion problems. Users can solve motion-related problems and publish their solutions for others to view, comment on, and discuss.
In the root directory of the project, run the following in Git Bash:
If you don't have Git Bash, you can either:
-
Install Git and search for "Git Bash" in the Windows search bar (For the installation, you can use the instructions in the windows section here: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git )
-
Use the following commands in any terminal:
cd ./python_code pip install sympy python-dotenv numpy # If this fails, install each package individually python tcp_server.py & cd ../server npm install npm run windows
In the root directory of the project, run:
The React source code is located in the client-side branch, within the motion-magic folder.
The server source code is located within the server folder.

