samithShetty / adaptive-tutor

Project for ITCS 6112

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started with the Adaptive Tutor

This project was bootstrapped with Create React App.

Scripts to Run

To host the frontend, you will need to run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

To host the backend, you will need to cd into the backend folder and install all of the python dependencies with pip install -r requirements.txt It is recommended that you use a virtual environment for this, though technically this is optional.

once these dependencies are installed, once again from the backend database you can run:

Flask run

This will run the backend on http://localhost:5000. You can directly access your api endpoints this way.

About

Project for ITCS 6112


Languages

Language:JavaScript 40.7%Language:Python 36.5%Language:HTML 13.8%Language:CSS 8.8%Language:Shell 0.1%