-
REQUIRED: Make sure Python3 and node.js are installed. If running locally, you need to implement and start up the Studygroup database in mysql.
-
To set up the backend, open a terminal instance in the project and go to src/backend. Execute the below commands. This creates, activates, and installs the required packages in a virtual environment.
python -m venv venv .\venv\Scripts\activate pip install -r requirements.txt
-
To start up the backend, use the below command in the same terminal. If running locally, open http://localhost:5000 in your browser to debug.
python server.py
-
To start up the frontend, open another terminal instance in the Project and go to src/frontend. Execute the below commands. If running locally, open http://localhost:3000 in your browser to debug.
npm install npm start
-
Notifications
You must be signed in to change notification settings - Fork 0
cs411-alawini/fa24-cs411-team034-CursedQueries
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published